Html Css Color HEX #CAFE9F Reef

📋 copy color: '#CAFE9F'

red 202 ◦ green 254 ◦ blue 159

#CAFE9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #CAFE9F

Tints of Reef #CAFE9F

RGB

 RED value IS 202 (79.3% from 255) = 32.85%

 GREEN value IS 254 (99.61% from 255) = 41.3%

 BLUE value IS 159 (62.5% from 255) = 25.85%

R = 32.85%
G = 41.3%
B = 25.85%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#CAFE9F (or 0xCAFE9F) is known color: Reef. HEX triplet: CA, FE and 9F. RGB value is (202,254,159). Sum of RGB (Red+Green+Blue) = 202+254+159=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 254 (99.61% from 255 or 41.30% from 615); Blue value is 159 (62.5% from 255 or 25.85% from 615); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFE9F is #350160. Grayscale: #E3E3E3. Windows color (decimal): -3473761 or 10485450. OLE color: 10485450.

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

Color convert

RGB 202 254 159 -
CMYK 0.20 0 0.37 0.00
HSL 92.84º 0.98% 0.81% -
HSV(B) 92.84º 0.37% 1% -
XYZ 66.06 85.94 45.91 -
YUV 227.62 89.27 109.72 -
System Red Green Blue C M Y K H S L
Decimal 202 254 159 0.20 0 0.37 0.00 92.84 0.98 0.81
Hex CA FE 9F 14 0 25 0 5D 62 51
Octal 312 376 237 24 0 45 0 135 142 121
Binary 11001010 11111110 10011111 10100 0 100101 0 1011101 1100010 1010001

Color Harmonies of #CAFE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFE9F

Black with #CAFE9F

Text Example


Text Example

White with #CAFE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFE9F; }

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

 H1.HeaderClassName
 {
   color: #CAFE9F;
 }
 .AnyTagClassName
 {
   color: #CAFE9F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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