#CAD653

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

Shades of Wild Willow #CAD653

Tints of Wild Willow #CAD653

Color information

#CAD653 (or 0xCAD653) is unknown color: approx Wild Willow. HEX triplet: CA, D6 and 53. RGB value is (202,214,83). Sum of RGB (Red+Green+Blue) = 202+214+83=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 83 (32.81% from 255 or 16.63% from 499); Max value from RGB is 214 - color contains mainly: green. Hex color #CAD653 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD653 is #3529AC. Grayscale: #C3C3C3. Windows color (decimal): -3484077 or 5494474. OLE color: 5494474.

HSL color Cylindrical-coordinate representation of color #CAD653: hue angle of 65.5º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CAD653 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB20221483-
CMYK0.0600.610.16
HSL65.5º61.5%58.24%-
HSV(B)65.5º61.21%83.92%-
XYZ49.9761.2717.38-
YUV195.4864.52132.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.48%
GREEN value IS 214 (83.98% from 255) = 42.89%
BLUE value IS 83 (32.81% from 255) = 16.63%
R=40.48%
G=42.89%
B=16.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal202214830.0600.610.1665.561.558.24
HexCAD653603D10413e3a
Octal3123261236075201017672
Binary110010101101011010100111100111101100001000001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD653; }

 p { color: rgb(202,214,83); }

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

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

 a { background-color: rgb(202,214,83); }

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

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

 span { border-color: rgb(202,214,83); }

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