#CADD7C

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

Shades of Sulu #CADD7C

Tints of Sulu #CADD7C

Color information

#CADD7C (or 0xCADD7C) is unknown color: approx Sulu. HEX triplet: CA, DD and 7C. RGB value is (202,221,124). Sum of RGB (Red+Green+Blue) = 202+221+124=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 124 (48.83% from 255 or 22.67% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADD7C is #352283. Grayscale: #CCCCCC. Windows color (decimal): -3482244 or 8183242. OLE color: 8183242.

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

Color convert

RGB202221124-
CMYK0.0900.440.13
HSL71.75º58.79%67.65%-
HSV(B)71.75º43.89%86.67%-
XYZ53.8565.7228.92-
YUV204.2682.71126.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.93%
GREEN value IS 221 (86.72% from 255) = 40.40%
BLUE value IS 124 (48.83% from 255) = 22.67%
R=36.93%
G=40.40%
B=22.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022211240.0900.440.1371.7558.7967.65
HexCADD7C902CD483b44
Octal312335174110541511073104
Binary1100101011011101111110010010101100110110010001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADD7C; }

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

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

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

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

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

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

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

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