#CAFE9B

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

Shades of Reef #CAFE9B

Tints of Reef #CAFE9B

Color information

#CAFE9B (or 0xCAFE9B) is unknown color: approx Reef. HEX triplet: CA, FE and 9B. RGB value is (202,254,155). Sum of RGB (Red+Green+Blue) = 202+254+155=611 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.06% from 611); Green value is 254 (99.61% from 255 or 41.57% from 611); Blue value is 155 (60.94% from 255 or 25.37% from 611); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFE9B is #350164. Grayscale: #E3E3E3. Windows color (decimal): -3473765 or 10223306. OLE color: 10223306.

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

Color convert

RGB202254155-
CMYK0.2000.390.00
HSL91.52º98.02%80.2%-
HSV(B)91.52º38.98%99.61%-
XYZ65.7285.8144.11-
YUV227.1787.27110.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.06%
GREEN value IS 254 (99.61% from 255) = 41.57%
BLUE value IS 155 (60.94% from 255) = 25.37%
R=33.06%
G=41.57%
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.00
SystemRedGreenBlueCMYKHSL
Decimal2022541550.2000.390.0091.5298.0280.2
HexCAFE9B1402705c6250
Octal312376233240470134142120
Binary1100101011111110100110111010001001110101110011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFE9B; }

 p { color: rgb(202,254,155); }

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

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

 a { background-color: rgb(202,254,155); }

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

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

 span { border-color: rgb(202,254,155); }

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