#CAE99A

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

Shades of Reef #CAE99A

Tints of Reef #CAE99A

Color information

#CAE99A (or 0xCAE99A) is unknown color: approx Reef. HEX triplet: CA, E9 and 9A. RGB value is (202,233,154). Sum of RGB (Red+Green+Blue) = 202+233+154=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 233 (91.41% from 255 or 39.56% from 589); Blue value is 154 (60.55% from 255 or 26.15% from 589); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE99A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE99A is #351665. Grayscale: #D7D7D7. Windows color (decimal): -3479142 or 10152394. OLE color: 10152394.

HSL color Cylindrical-coordinate representation of color #CAE99A: hue angle of 83.54º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAE99A is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB202233154-
CMYK0.1300.340.09
HSL83.54º64.23%75.88%-
HSV(B)83.54º33.91%91.37%-
XYZ59.3373.1741.57-
YUV214.7293.73118.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.30%
GREEN value IS 233 (91.41% from 255) = 39.56%
BLUE value IS 154 (60.55% from 255) = 26.15%
R=34.30%
G=39.56%
B=26.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022331540.1300.340.0983.5464.2375.88
HexCAE99AD022954404c
Octal3123512321504211124100114
Binary110010101110100110011010110101000101001101010010000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE99A; }

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

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

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

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

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

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

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

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