#CADF5E

Color #CADF5E Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #CADF5E

Tints of Wild Willow #CADF5E

Color information

#CADF5E (or 0xCADF5E) is unknown color: approx Wild Willow. HEX triplet: CA, DF and 5E. RGB value is (202,223,94). Sum of RGB (Red+Green+Blue) = 202+223+94=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 94 (37.11% from 255 or 18.11% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #CADF5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADF5E is #3520A1. Grayscale: #CACACA. Windows color (decimal): -3481762 or 6217674. OLE color: 6217674.

HSL color Cylindrical-coordinate representation of color #CADF5E: hue angle of 69.77º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CADF5E is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB20222394-
CMYK0.0900.580.13
HSL69.77º66.84%62.16%-
HSV(B)69.77º57.85%87.45%-
XYZ52.7766.1420.57-
YUV202.0267.04127.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 38.92%
GREEN value IS 223 (87.5% from 255) = 42.97%
BLUE value IS 94 (37.11% from 255) = 18.11%
R=38.92%
G=42.97%
B=18.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal202223940.0900.580.1369.7766.8462.16
HexCADF5E903AD46433e
Octal312337136110721510610376
Binary1100101011011111101111010010111010110110001101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADF5E; }

 p { color: rgb(202,223,94); }

 H1.HeaderClassName
 {
   color: #CADF5E;
 }
 .AnyTagClassName
 {
   color: #CADF5E;
 }
</style>
background-color css

<style>
 a { background-color: #CADF5E; }

 a { background-color: rgb(202,223,94); }

 div.DivClassName
 {
   background-color: #CADF5E;
 }
 .BgClassName
 {
   background-color: #CADF5E;
 }
</style>
border-color css

<style>
 span { border-color: #CADF5E; }

 span { border-color: rgb(202,223,94); }

 td.TdClassName
 {
   border-color: #CADF5E;
 }
 .TagClassName
 {
   border-color: #CADF5E;
 }
</style>