#CAD25D

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

Shades of Wild Willow #CAD25D

Tints of Wild Willow #CAD25D

Color information

#CAD25D (or 0xCAD25D) is unknown color: approx Wild Willow. HEX triplet: CA, D2 and 5D. RGB value is (202,210,93). Sum of RGB (Red+Green+Blue) = 202+210+93=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 210 (82.42% from 255 or 41.58% from 505); Blue value is 93 (36.72% from 255 or 18.42% from 505); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD25D is #352DA2. Grayscale: #C2C2C2. Windows color (decimal): -3485091 or 6148810. OLE color: 6148810.

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

Color convert

RGB20221093-
CMYK0.0400.560.18
HSL64.1º56.52%59.41%-
HSV(B)64.1º55.71%82.35%-
XYZ49.3859.4419.23-
YUV194.2770.85133.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40%
GREEN value IS 210 (82.42% from 255) = 41.58%
BLUE value IS 93 (36.72% from 255) = 18.42%
R=40%
G=41.58%
B=18.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal202210930.0400.560.1864.156.5259.41
HexCAD25D40381240393b
Octal3123221354070221007173
Binary110010101101001010111011000111000100101000000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD25D; }

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

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

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

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

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

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

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

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