#CADB58

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

Shades of Wild Willow #CADB58

Tints of Wild Willow #CADB58

Color information

#CADB58 (or 0xCADB58) is unknown color: approx Wild Willow. HEX triplet: CA, DB and 58. RGB value is (202,219,88). Sum of RGB (Red+Green+Blue) = 202+219+88=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 88 (34.77% from 255 or 17.29% from 509); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADB58 is #3524A7. Grayscale: #C7C7C7. Windows color (decimal): -3482792 or 5823434. OLE color: 5823434.

HSL color Cylindrical-coordinate representation of color #CADB58: hue angle of 67.79º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CADB58 is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB20221988-
CMYK0.0800.600.14
HSL67.79º64.53%60.2%-
HSV(B)67.79º59.82%85.88%-
XYZ51.4563.9218.86-
YUV198.9865.37130.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.69%
GREEN value IS 219 (85.94% from 255) = 43.03%
BLUE value IS 88 (34.77% from 255) = 17.29%
R=39.69%
G=43.03%
B=17.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal202219880.0800.600.1467.7964.5360.2
HexCADB58803CE44413c
Octal312333130100741610410174
Binary1100101011011011101100010000111100111010001001000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADB58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADB58; }

 p { color: rgb(202,219,88); }

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

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

 a { background-color: rgb(202,219,88); }

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

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

 span { border-color: rgb(202,219,88); }

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