#CADF9F

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

Shades of Reef #CADF9F

Tints of Reef #CADF9F

Color information

#CADF9F (or 0xCADF9F) is unknown color: approx Reef. HEX triplet: CA, DF and 9F. RGB value is (202,223,159). Sum of RGB (Red+Green+Blue) = 202+223+159=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 159 (62.5% from 255 or 27.23% from 584); Max value from RGB is 223 - color contains mainly: green. Hex color #CADF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADF9F is #352060. Grayscale: #D1D1D1. Windows color (decimal): -3481697 or 10477514. OLE color: 10477514.

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

Color convert

RGB202223159-
CMYK0.0900.290.13
HSL79.69º50%74.9%-
HSV(B)79.69º28.7%87.45%-
XYZ5767.8442.89-
YUV209.4299.54122.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.59%
GREEN value IS 223 (87.5% from 255) = 38.18%
BLUE value IS 159 (62.5% from 255) = 27.23%
R=34.59%
G=38.18%
B=27.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022231590.0900.290.1379.695074.9
HexCADF9F901DD50324b
Octal312337237110351512062113
Binary1100101011011111100111111001011101110110100001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADF9F; }

 p { color: rgb(202,223,159); }

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

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

 a { background-color: rgb(202,223,159); }

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

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

 span { border-color: rgb(202,223,159); }

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