#CAD35D

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

Shades of Wild Willow #CAD35D

Tints of Wild Willow #CAD35D

Color information

#CAD35D (or 0xCAD35D) is unknown color: approx Wild Willow. HEX triplet: CA, D3 and 5D. RGB value is (202,211,93). Sum of RGB (Red+Green+Blue) = 202+211+93=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 211 (82.81% from 255 or 41.70% from 506); Blue value is 93 (36.72% from 255 or 18.38% from 506); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD35D is #352CA2. Grayscale: #C3C3C3. Windows color (decimal): -3484835 or 6149066. OLE color: 6149066.

HSL color Cylindrical-coordinate representation of color #CAD35D: hue angle of 64.58º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CAD35D is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB20221193-
CMYK0.0400.560.17
HSL64.58º57.28%59.61%-
HSV(B)64.58º55.92%82.75%-
XYZ49.6359.9419.31-
YUV194.8670.52133.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.92%
GREEN value IS 211 (82.81% from 255) = 41.70%
BLUE value IS 93 (36.72% from 255) = 18.38%
R=39.92%
G=41.70%
B=18.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal202211930.0400.560.1764.5857.2859.61
HexCAD35D40381141393c
Octal3123231354070211017174
Binary110010101101001110111011000111000100011000001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD35D; }

 p { color: rgb(202,211,93); }

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

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

 a { background-color: rgb(202,211,93); }

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

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

 span { border-color: rgb(202,211,93); }

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