#CADD99

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

Shades of Reef #CADD99

Tints of Reef #CADD99

Color information

#CADD99 (or 0xCADD99) is unknown color: approx Reef. HEX triplet: CA, DD and 99. RGB value is (202,221,153). Sum of RGB (Red+Green+Blue) = 202+221+153=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 153 (60.16% from 255 or 26.56% from 576); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADD99 is #352266. Grayscale: #CFCFCF. Windows color (decimal): -3482215 or 10083786. OLE color: 10083786.

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

Color convert

RGB202221153-
CMYK0.0900.310.13
HSL76.76º50%73.33%-
HSV(B)76.76º30.77%86.67%-
XYZ55.9666.5740.04-
YUV207.5797.21124.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.07%
GREEN value IS 221 (86.72% from 255) = 38.37%
BLUE value IS 153 (60.16% from 255) = 26.56%
R=35.07%
G=38.37%
B=26.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022211530.0900.310.1376.765073.33
HexCADD99901FD4d3249
Octal312335231110371511562111
Binary1100101011011101100110011001011111110110011011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADD99; }

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

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

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

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

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

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

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

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