#CAF89D

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

Shades of Reef #CAF89D

Tints of Reef #CAF89D

Color information

#CAF89D (or 0xCAF89D) is unknown color: approx Reef. HEX triplet: CA, F8 and 9D. RGB value is (202,248,157). Sum of RGB (Red+Green+Blue) = 202+248+157=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 248 (97.27% from 255 or 40.86% from 607); Blue value is 157 (61.72% from 255 or 25.86% from 607); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF89D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF89D is #350762. Grayscale: #E0E0E0. Windows color (decimal): -3475299 or 10352842. OLE color: 10352842.

HSL color Cylindrical-coordinate representation of color #CAF89D: hue angle of 90.33º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAF89D is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.03.

Color convert

RGB202248157-
CMYK0.1900.370.03
HSL90.33º86.67%79.41%-
HSV(B)90.33º36.69%97.25%-
XYZ64.0182.1344.38-
YUV223.8790.26112.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.28%
GREEN value IS 248 (97.27% from 255) = 40.86%
BLUE value IS 157 (61.72% from 255) = 25.86%
R=33.28%
G=40.86%
B=25.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022481570.1900.370.0390.3386.6779.41
HexCAF89D1302535a574f
Octal312370235230453132127117
Binary11001010111110001001110110011010010111101101010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF89D; }

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

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

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

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

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

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

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

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