#CAE49D

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

Shades of Reef #CAE49D

Tints of Reef #CAE49D

Color information

#CAE49D (or 0xCAE49D) is unknown color: approx Reef. HEX triplet: CA, E4 and 9D. RGB value is (202,228,157). Sum of RGB (Red+Green+Blue) = 202+228+157=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 228 (89.45% from 255 or 38.84% from 587); Blue value is 157 (61.72% from 255 or 26.75% from 587); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE49D is #351B62. Grayscale: #D4D4D4. Windows color (decimal): -3480419 or 10347722. OLE color: 10347722.

HSL color Cylindrical-coordinate representation of color #CAE49D: hue angle of 81.97º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAE49D is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB202228157-
CMYK0.1100.310.11
HSL81.97º56.8%75.49%-
HSV(B)81.97º31.14%89.41%-
XYZ58.1970.4842.44-
YUV212.1396.89120.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.41%
GREEN value IS 228 (89.45% from 255) = 38.84%
BLUE value IS 157 (61.72% from 255) = 26.75%
R=34.41%
G=38.84%
B=26.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022281570.1100.310.1181.9756.875.49
HexCAE49DB01FB52394b
Octal312344235130371312271113
Binary1100101011100100100111011011011111101110100101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE49D; }

 p { color: rgb(202,228,157); }

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

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

 a { background-color: rgb(202,228,157); }

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

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

 span { border-color: rgb(202,228,157); }

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