#CAD654

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

Shades of Wild Willow #CAD654

Tints of Wild Willow #CAD654

Color information

#CAD654 (or 0xCAD654) is unknown color: approx Wild Willow. HEX triplet: CA, D6 and 54. RGB value is (202,214,84). Sum of RGB (Red+Green+Blue) = 202+214+84=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 214 (83.98% from 255 or 42.8% from 500); Blue value is 84 (33.20% from 255 or 16.8% from 500); Max value from RGB is 214 - color contains mainly: green. Hex color #CAD654 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD654 is #3529AB. Grayscale: #C4C4C4. Windows color (decimal): -3484076 or 5560010. OLE color: 5560010.

HSL color Cylindrical-coordinate representation of color #CAD654: hue angle of 65.54º degrees, saturation: 0.61, 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 #CAD654 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB20221484-
CMYK0.0600.610.16
HSL65.54º61.32%58.43%-
HSV(B)65.54º60.75%83.92%-
XYZ5061.2917.58-
YUV195.5965.02132.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.4%
GREEN value IS 214 (83.98% from 255) = 42.8%
BLUE value IS 84 (33.20% from 255) = 16.8%
R=40.4%
G=42.8%
B=16.8%

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
Decimal202214840.0600.610.1665.5461.3258.43
HexCAD654603D10423d3a
Octal3123261246075201027572
Binary110010101101011010101001100111101100001000010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD654; }

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

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

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

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

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

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

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

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