#CEFD9F

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

Shades of Reef #CEFD9F

Tints of Reef #CEFD9F

Color information

#CEFD9F (or 0xCEFD9F) is unknown color: approx Reef. HEX triplet: CE, FD and 9F. RGB value is (206,253,159). Sum of RGB (Red+Green+Blue) = 206+253+159=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 253 (99.22% from 255 or 40.94% from 618); Blue value is 159 (62.5% from 255 or 25.73% from 618); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFD9F is #310260. Grayscale: #E4E4E4. Windows color (decimal): -3211873 or 10485198. OLE color: 10485198.

HSL color Cylindrical-coordinate representation of color #CEFD9F: hue angle of 90º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CEFD9F is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB206253159-
CMYK0.1900.370.01
HSL90º95.92%80.78%-
HSV(B)90º37.15%99.22%-
XYZ66.8485.8845.85-
YUV228.2388.93112.14-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.33%
GREEN value IS 253 (99.22% from 255) = 40.94%
BLUE value IS 159 (62.5% from 255) = 25.73%
R=33.33%
G=40.94%
B=25.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062531590.1900.370.019095.9280.78
HexCEFD9F1302515a6051
Octal316375237230451132140121
Binary1100111011111101100111111001101001011101101011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFD9F; }

 p { color: rgb(206,253,159); }

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

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

 a { background-color: rgb(206,253,159); }

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

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

 span { border-color: rgb(206,253,159); }

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