#CEF795

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

Shades of Reef #CEF795

Tints of Reef #CEF795

Color information

#CEF795 (or 0xCEF795) is unknown color: approx Reef. HEX triplet: CE, F7 and 95. RGB value is (206,247,149). Sum of RGB (Red+Green+Blue) = 206+247+149=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 247 (96.88% from 255 or 41.03% from 602); Blue value is 149 (58.59% from 255 or 24.75% from 602); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF795 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF795 is #31086A. Grayscale: #DFDFDF. Windows color (decimal): -3213419 or 9828302. OLE color: 9828302.

HSL color Cylindrical-coordinate representation of color #CEF795: hue angle of 85.1º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CEF795 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB206247149-
CMYK0.1700.400.03
HSL85.1º85.96%77.65%-
HSV(B)85.1º39.68%96.86%-
XYZ64.1481.8140.84-
YUV223.5785.92115.47-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.22%
GREEN value IS 247 (96.88% from 255) = 41.03%
BLUE value IS 149 (58.59% from 255) = 24.75%
R=34.22%
G=41.03%
B=24.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2062471490.1700.400.0385.185.9677.65
HexCEF79511028355564e
Octal316367225210503125126116
Binary11001110111101111001010110001010100011101010110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF795; }

 p { color: rgb(206,247,149); }

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

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

 a { background-color: rgb(206,247,149); }

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

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

 span { border-color: rgb(206,247,149); }

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