#CADD7B

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

Shades of Sulu #CADD7B

Tints of Sulu #CADD7B

Color information

#CADD7B (or 0xCADD7B) is unknown color: approx Sulu. HEX triplet: CA, DD and 7B. RGB value is (202,221,123). Sum of RGB (Red+Green+Blue) = 202+221+123=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 123 (48.44% from 255 or 22.53% from 546); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADD7B is #352284. Grayscale: #CCCCCC. Windows color (decimal): -3482245 or 8117706. OLE color: 8117706.

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

Color convert

RGB202221123-
CMYK0.0900.440.13
HSL71.63º59.04%67.45%-
HSV(B)71.63º44.34%86.67%-
XYZ53.7965.728.59-
YUV204.1582.21126.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.00%
GREEN value IS 221 (86.72% from 255) = 40.48%
BLUE value IS 123 (48.44% from 255) = 22.53%
R=37.00%
G=40.48%
B=22.53%

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
Decimal2022211230.0900.440.1371.6359.0467.45
HexCADD7B902CD483b43
Octal312335173110541511073103
Binary1100101011011101111101110010101100110110010001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADD7B; }

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

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

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

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

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

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

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

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