#CFF49E

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

Shades of Reef #CFF49E

Tints of Reef #CFF49E

Color information

#CFF49E (or 0xCFF49E) is unknown color: approx Reef. HEX triplet: CF, F4 and 9E. RGB value is (207,244,158). Sum of RGB (Red+Green+Blue) = 207+244+158=609 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.99% from 609); Green value is 244 (95.70% from 255 or 40.07% from 609); Blue value is 158 (62.11% from 255 or 25.94% from 609); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF49E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF49E is #300B61. Grayscale: #DFDFDF. Windows color (decimal): -3148642 or 10417359. OLE color: 10417359.

HSL color Cylindrical-coordinate representation of color #CFF49E: hue angle of 85.81º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFF49E is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB207244158-
CMYK0.1500.350.04
HSL85.81º79.63%78.82%-
HSV(B)85.81º35.25%95.69%-
XYZ64.2580.4444.49-
YUV223.1391.24116.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.99%
GREEN value IS 244 (95.70% from 255) = 40.07%
BLUE value IS 158 (62.11% from 255) = 25.94%
R=33.99%
G=40.07%
B=25.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2072441580.1500.350.0485.8179.6378.82
HexCFF49EF023456504f
Octal317364236170434126120117
Binary11001111111101001001111011110100011100101011010100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF49E; }

 p { color: rgb(207,244,158); }

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

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

 a { background-color: rgb(207,244,158); }

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

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

 span { border-color: rgb(207,244,158); }

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