#CAFB9A

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

Shades of Reef #CAFB9A

Tints of Reef #CAFB9A

Color information

#CAFB9A (or 0xCAFB9A) is unknown color: approx Reef. HEX triplet: CA, FB and 9A. RGB value is (202,251,154). Sum of RGB (Red+Green+Blue) = 202+251+154=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 251 (98.44% from 255 or 41.35% from 607); Blue value is 154 (60.55% from 255 or 25.37% from 607); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFB9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFB9A is #350465. Grayscale: #E1E1E1. Windows color (decimal): -3474534 or 10157002. OLE color: 10157002.

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

Color convert

RGB202251154-
CMYK0.2000.390.02
HSL90.31º92.38%79.41%-
HSV(B)90.31º38.65%98.43%-
XYZ64.6983.8843.35-
YUV225.2987.77111.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.28%
GREEN value IS 251 (98.44% from 255) = 41.35%
BLUE value IS 154 (60.55% from 255) = 25.37%
R=33.28%
G=41.35%
B=25.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022511540.2000.390.0290.3192.3879.41
HexCAFB9A1402725a5c4f
Octal312373232240472132134117
Binary11001010111110111001101010100010011110101101010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFB9A; }

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

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

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

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

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

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

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

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