#CFF49F

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

Shades of Reef #CFF49F

Tints of Reef #CFF49F

Color information

#CFF49F (or 0xCFF49F) is unknown color: approx Reef. HEX triplet: CF, F4 and 9F. RGB value is (207,244,159). Sum of RGB (Red+Green+Blue) = 207+244+159=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 244 (95.70% from 255 or 40% from 610); Blue value is 159 (62.5% from 255 or 26.07% from 610); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF49F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF49F is #300B60. Grayscale: #DFDFDF. Windows color (decimal): -3148641 or 10482895. OLE color: 10482895.

HSL color Cylindrical-coordinate representation of color #CFF49F: hue angle of 86.12º degrees, saturation: 0.79, 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 #CFF49F is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB207244159-
CMYK0.1500.350.04
HSL86.12º79.44%79.02%-
HSV(B)86.12º34.84%95.69%-
XYZ64.3480.4744.94-
YUV223.2591.74116.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.93%
GREEN value IS 244 (95.70% from 255) = 40%
BLUE value IS 159 (62.5% from 255) = 26.07%
R=33.93%
G=40%
B=26.07%

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
Decimal2072441590.1500.350.0486.1279.4479.02
HexCFF49FF0234564f4f
Octal317364237170434126117117
Binary11001111111101001001111111110100011100101011010011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF49F; }

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

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

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

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

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

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

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

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