#CEF99D

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

Shades of Reef #CEF99D

Tints of Reef #CEF99D

Color information

#CEF99D (or 0xCEF99D) is unknown color: approx Reef. HEX triplet: CE, F9 and 9D. RGB value is (206,249,157). Sum of RGB (Red+Green+Blue) = 206+249+157=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 249 (97.66% from 255 or 40.69% from 612); Blue value is 157 (61.72% from 255 or 25.65% from 612); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF99D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF99D is #310662. Grayscale: #E1E1E1. Windows color (decimal): -3212899 or 10353102. OLE color: 10353102.

HSL color Cylindrical-coordinate representation of color #CEF99D: hue angle of 88.04º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CEF99D is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB206249157-
CMYK0.1700.370.02
HSL88.04º88.46%79.61%-
HSV(B)88.04º36.95%97.65%-
XYZ65.4283.3144.53-
YUV225.6589.25113.98-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.66%
GREEN value IS 249 (97.66% from 255) = 40.69%
BLUE value IS 157 (61.72% from 255) = 25.65%
R=33.66%
G=40.69%
B=25.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062491570.1700.370.0288.0488.4679.61
HexCEF99D110252585850
Octal316371235210452130130120
Binary11001110111110011001110110001010010110101100010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF99D; }

 p { color: rgb(206,249,157); }

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

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

 a { background-color: rgb(206,249,157); }

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

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

 span { border-color: rgb(206,249,157); }

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