#CAD768

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

Shades of Wild Willow #CAD768

Tints of Wild Willow #CAD768

Color information

#CAD768 (or 0xCAD768) is unknown color: approx Wild Willow. HEX triplet: CA, D7 and 68. RGB value is (202,215,104). Sum of RGB (Red+Green+Blue) = 202+215+104=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 215 (84.38% from 255 or 41.27% from 521); Blue value is 104 (41.02% from 255 or 19.96% from 521); Max value from RGB is 215 - color contains mainly: green. Hex color #CAD768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD768 is #352897. Grayscale: #C6C6C6. Windows color (decimal): -3483800 or 6870986. OLE color: 6870986.

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

Color convert

RGB202215104-
CMYK0.0600.520.16
HSL67.03º58.12%62.55%-
HSV(B)67.03º51.63%84.31%-
XYZ51.1662.1622.4-
YUV198.4674.69130.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.77%
GREEN value IS 215 (84.38% from 255) = 41.27%
BLUE value IS 104 (41.02% from 255) = 19.96%
R=38.77%
G=41.27%
B=19.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022151040.0600.520.1667.0358.1262.55
HexCAD768603410433a3f
Octal3123271506064201037277
Binary110010101101011111010001100110100100001000011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD768; }

 p { color: rgb(202,215,104); }

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

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

 a { background-color: rgb(202,215,104); }

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

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

 span { border-color: rgb(202,215,104); }

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