#CEF794

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

Shades of Reef #CEF794

Tints of Reef #CEF794

Color information

#CEF794 (or 0xCEF794) is unknown color: approx Reef. HEX triplet: CE, F7 and 94. RGB value is (206,247,148). Sum of RGB (Red+Green+Blue) = 206+247+148=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 247 (96.88% from 255 or 41.10% from 601); Blue value is 148 (58.20% from 255 or 24.63% from 601); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF794 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF794 is #31086B. Grayscale: #DFDFDF. Windows color (decimal): -3213420 or 9762766. OLE color: 9762766.

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

Color convert

RGB206247148-
CMYK0.1700.400.03
HSL84.85º86.09%77.45%-
HSV(B)84.85º40.08%96.86%-
XYZ64.0681.7840.43-
YUV223.4685.42115.55-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.28%
GREEN value IS 247 (96.88% from 255) = 41.10%
BLUE value IS 148 (58.20% from 255) = 24.63%
R=34.28%
G=41.10%
B=24.63%

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
Decimal2062471480.1700.400.0384.8586.0977.45
HexCEF79411028355564d
Octal316367224210503125126115
Binary11001110111101111001010010001010100011101010110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF794; }

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

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

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

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

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

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

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

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