#CEFE91

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

Shades of Reef #CEFE91

Tints of Reef #CEFE91

Color information

#CEFE91 (or 0xCEFE91) is unknown color: approx Reef. HEX triplet: CE, FE and 91. RGB value is (206,254,145). Sum of RGB (Red+Green+Blue) = 206+254+145=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 254 (99.61% from 255 or 41.98% from 605); Blue value is 145 (57.03% from 255 or 23.97% from 605); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFE91 is #31016E. Grayscale: #E3E3E3. Windows color (decimal): -3211631 or 9567950. OLE color: 9567950.

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

Color convert

RGB206254145-
CMYK0.1900.430.00
HSL86.42º98.2%78.24%-
HSV(B)86.42º42.91%99.61%-
XYZ66.0186.0539.92-
YUV227.2281.6112.86-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.05%
GREEN value IS 254 (99.61% from 255) = 41.98%
BLUE value IS 145 (57.03% from 255) = 23.97%
R=34.05%
G=41.98%
B=23.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2062541450.1900.430.0086.4298.278.24
HexCEFE911302B056624e
Octal316376221230530126142116
Binary1100111011111110100100011001101010110101011011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFE91; }

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

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

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

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

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

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

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

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