#CEF595

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

Shades of Reef #CEF595

Tints of Reef #CEF595

Color information

#CEF595 (or 0xCEF595) is unknown color: approx Reef. HEX triplet: CE, F5 and 95. RGB value is (206,245,149). Sum of RGB (Red+Green+Blue) = 206+245+149=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 245 (96.09% from 255 or 40.83% from 600); Blue value is 149 (58.59% from 255 or 24.83% from 600); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF595 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF595 is #310A6A. Grayscale: #DEDEDE. Windows color (decimal): -3213931 or 9827790. OLE color: 9827790.

HSL color Cylindrical-coordinate representation of color #CEF595: hue angle of 84.38º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CEF595 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB206245149-
CMYK0.1600.390.04
HSL84.38º82.76%77.25%-
HSV(B)84.38º39.18%96.08%-
XYZ63.5380.640.64-
YUV222.486.58116.31-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.33%
GREEN value IS 245 (96.09% from 255) = 40.83%
BLUE value IS 149 (58.59% from 255) = 24.83%
R=34.33%
G=40.83%
B=24.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2062451490.1600.390.0484.3882.7677.25
HexCEF59510027454534d
Octal316365225200474124123115
Binary110011101111010110010101100000100111100101010010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF595; }

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

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

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

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

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

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

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

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