#CFF49D

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

Shades of Reef #CFF49D

Tints of Reef #CFF49D

Color information

#CFF49D (or 0xCFF49D) is unknown color: approx Reef. HEX triplet: CF, F4 and 9D. RGB value is (207,244,157). Sum of RGB (Red+Green+Blue) = 207+244+157=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 244 (95.70% from 255 or 40.13% from 608); Blue value is 157 (61.72% from 255 or 25.82% from 608); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF49D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF49D is #300B62. Grayscale: #DFDFDF. Windows color (decimal): -3148643 or 10351823. OLE color: 10351823.

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

Color convert

RGB207244157-
CMYK0.1500.360.04
HSL85.52º79.82%78.63%-
HSV(B)85.52º35.66%95.69%-
XYZ64.1780.444.04-
YUV223.0290.74116.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.05%
GREEN value IS 244 (95.70% from 255) = 40.13%
BLUE value IS 157 (61.72% from 255) = 25.82%
R=34.05%
G=40.13%
B=25.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2072441570.1500.360.0485.5279.8278.63
HexCFF49DF024456504f
Octal317364235170444126120117
Binary11001111111101001001110111110100100100101011010100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF49D; }

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

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

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

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

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

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

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

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