#CADD76

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

Shades of Sulu #CADD76

Tints of Sulu #CADD76

Color information

#CADD76 (or 0xCADD76) is unknown color: approx Sulu. HEX triplet: CA, DD and 76. RGB value is (202,221,118). Sum of RGB (Red+Green+Blue) = 202+221+118=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 118 (46.48% from 255 or 21.81% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADD76 is #352289. Grayscale: #CBCBCB. Windows color (decimal): -3482250 or 7790026. OLE color: 7790026.

HSL color Cylindrical-coordinate representation of color #CADD76: hue angle of 71.07º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CADD76 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB202221118-
CMYK0.0900.470.13
HSL71.07º60.23%66.47%-
HSV(B)71.07º46.61%86.67%-
XYZ53.4865.5826.98-
YUV203.5879.71126.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.34%
GREEN value IS 221 (86.72% from 255) = 40.85%
BLUE value IS 118 (46.48% from 255) = 21.81%
R=37.34%
G=40.85%
B=21.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022211180.0900.470.1371.0760.2366.47
HexCADD76902FD473c42
Octal312335166110571510774102
Binary1100101011011101111011010010101111110110001111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADD76; }

 p { color: rgb(202,221,118); }

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

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

 a { background-color: rgb(202,221,118); }

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

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

 span { border-color: rgb(202,221,118); }

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