#CAE49A

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

Shades of Reef #CAE49A

Tints of Reef #CAE49A

Color information

#CAE49A (or 0xCAE49A) is unknown color: approx Reef. HEX triplet: CA, E4 and 9A. RGB value is (202,228,154). Sum of RGB (Red+Green+Blue) = 202+228+154=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 228 (89.45% from 255 or 39.04% from 584); Blue value is 154 (60.55% from 255 or 26.37% from 584); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE49A is #351B65. Grayscale: #D4D4D4. Windows color (decimal): -3480422 or 10151114. OLE color: 10151114.

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

Color convert

RGB202228154-
CMYK0.1100.320.11
HSL81.08º57.81%74.9%-
HSV(B)81.08º32.46%89.41%-
XYZ57.9370.3841.1-
YUV211.7995.39121.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.59%
GREEN value IS 228 (89.45% from 255) = 39.04%
BLUE value IS 154 (60.55% from 255) = 26.37%
R=34.59%
G=39.04%
B=26.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022281540.1100.320.1181.0857.8174.9
HexCAE49AB020B513a4b
Octal312344232130401312172113
Binary11001010111001001001101010110100000101110100011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE49A; }

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

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

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

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

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

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

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

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