#CADE76

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

Shades of Sulu #CADE76

Tints of Sulu #CADE76

Color information

#CADE76 (or 0xCADE76) is unknown color: approx Sulu. HEX triplet: CA, DE and 76. RGB value is (202,222,118). Sum of RGB (Red+Green+Blue) = 202+222+118=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 222 (87.11% from 255 or 40.96% from 542); Blue value is 118 (46.48% from 255 or 21.77% from 542); Max value from RGB is 222 - color contains mainly: green. Hex color #CADE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADE76 is #352189. Grayscale: #CCCCCC. Windows color (decimal): -3481994 or 7790282. OLE color: 7790282.

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

Color convert

RGB202222118-
CMYK0.0900.470.13
HSL71.54º61.18%66.67%-
HSV(B)71.54º46.85%87.06%-
XYZ53.7566.1127.07-
YUV204.1679.37126.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.27%
GREEN value IS 222 (87.11% from 255) = 40.96%
BLUE value IS 118 (46.48% from 255) = 21.77%
R=37.27%
G=40.96%
B=21.77%

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
Decimal2022221180.0900.470.1371.5461.1866.67
HexCADE76902FD483d43
Octal312336166110571511075103
Binary1100101011011110111011010010101111110110010001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADE76; }

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

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

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

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

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

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

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

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