#CEFE95

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

Shades of Reef #CEFE95

Tints of Reef #CEFE95

Color information

#CEFE95 (or 0xCEFE95) is unknown color: approx Reef. HEX triplet: CE, FE and 95. RGB value is (206,254,149). Sum of RGB (Red+Green+Blue) = 206+254+149=609 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.83% from 609); Green value is 254 (99.61% from 255 or 41.71% from 609); Blue value is 149 (58.59% from 255 or 24.47% from 609); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFE95 is #31016A. Grayscale: #E4E4E4. Windows color (decimal): -3211627 or 9830094. OLE color: 9830094.

HSL color Cylindrical-coordinate representation of color #CEFE95: hue angle of 87.43º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CEFE95 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB206254149-
CMYK0.1900.410.00
HSL87.43º98.13%79.02%-
HSV(B)87.43º41.34%99.61%-
XYZ66.3286.1841.57-
YUV227.6883.6112.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.83%
GREEN value IS 254 (99.61% from 255) = 41.71%
BLUE value IS 149 (58.59% from 255) = 24.47%
R=33.83%
G=41.71%
B=24.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2062541490.1900.410.0087.4398.1379.02
HexCEFE9513029057624f
Octal316376225230510127142117
Binary1100111011111110100101011001101010010101011111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFE95; }

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

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

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

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

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

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

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

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