#CADA51

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

Shades of Wild Willow #CADA51

Tints of Wild Willow #CADA51

Color information

#CADA51 (or 0xCADA51) is unknown color: approx Wild Willow. HEX triplet: CA, DA and 51. RGB value is (202,218,81). Sum of RGB (Red+Green+Blue) = 202+218+81=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 81 (32.03% from 255 or 16.17% from 501); Max value from RGB is 218 - color contains mainly: green. Hex color #CADA51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADA51 is #3525AE. Grayscale: #C6C6C6. Windows color (decimal): -3483055 or 5364426. OLE color: 5364426.

HSL color Cylindrical-coordinate representation of color #CADA51: hue angle of 67.01º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CADA51 is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB20221881-
CMYK0.0700.630.15
HSL67.01º64.93%58.63%-
HSV(B)67.01º62.84%85.49%-
XYZ50.9163.2917.32-
YUV197.662.2131.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.32%
GREEN value IS 218 (85.55% from 255) = 43.51%
BLUE value IS 81 (32.03% from 255) = 16.17%
R=40.32%
G=43.51%
B=16.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal202218810.0700.630.1567.0164.9358.63
HexCADA51703FF43413b
Octal31233212170771710310173
Binary110010101101101010100011110111111111110000111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADA51; }

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

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

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

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

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

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

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

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