#CAD151

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

Shades of Wild Willow #CAD151

Tints of Wild Willow #CAD151

Color information

#CAD151 (or 0xCAD151) is unknown color: approx Wild Willow. HEX triplet: CA, D1 and 51. RGB value is (202,209,81). Sum of RGB (Red+Green+Blue) = 202+209+81=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 209 (82.03% from 255 or 42.48% from 492); Blue value is 81 (32.03% from 255 or 16.46% from 492); Max value from RGB is 209 - color contains mainly: green. Hex color #CAD151 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD151 is #352EAE. Grayscale: #C0C0C0. Windows color (decimal): -3485359 or 5362122. OLE color: 5362122.

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

Color convert

RGB20220981-
CMYK0.0300.610.18
HSL63.28º58.18%56.86%-
HSV(B)63.28º61.24%81.96%-
XYZ48.6458.7516.56-
YUV192.3265.18134.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.06%
GREEN value IS 209 (82.03% from 255) = 42.48%
BLUE value IS 81 (32.03% from 255) = 16.46%
R=41.06%
G=42.48%
B=16.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal202209810.0300.610.1863.2858.1856.86
HexCAD151303D123f3a39
Octal312321121307522777271
Binary1100101011010001101000111011110110010111111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD151; }

 p { color: rgb(202,209,81); }

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

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

 a { background-color: rgb(202,209,81); }

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

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

 span { border-color: rgb(202,209,81); }

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