#CAF99A

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

Shades of Reef #CAF99A

Tints of Reef #CAF99A

Color information

#CAF99A (or 0xCAF99A) is unknown color: approx Reef. HEX triplet: CA, F9 and 9A. RGB value is (202,249,154). Sum of RGB (Red+Green+Blue) = 202+249+154=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 249 (97.66% from 255 or 41.16% from 605); Blue value is 154 (60.55% from 255 or 25.45% from 605); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF99A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF99A is #350665. Grayscale: #E0E0E0. Windows color (decimal): -3475046 or 10156490. OLE color: 10156490.

HSL color Cylindrical-coordinate representation of color #CAF99A: hue angle of 89.68º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CAF99A is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB202249154-
CMYK0.1900.380.02
HSL89.68º88.79%79.02%-
HSV(B)89.68º38.15%97.65%-
XYZ64.0782.6443.15-
YUV224.1288.43112.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.39%
GREEN value IS 249 (97.66% from 255) = 41.16%
BLUE value IS 154 (60.55% from 255) = 25.45%
R=33.39%
G=41.16%
B=25.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022491540.1900.380.0289.6888.7979.02
HexCAF99A1302625a594f
Octal312371232230462132131117
Binary11001010111110011001101010011010011010101101010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF99A; }

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

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

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

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

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

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

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

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