#CEF19D

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

Shades of Reef #CEF19D

Tints of Reef #CEF19D

Color information

#CEF19D (or 0xCEF19D) is unknown color: approx Reef. HEX triplet: CE, F1 and 9D. RGB value is (206,241,157). Sum of RGB (Red+Green+Blue) = 206+241+157=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 241 (94.53% from 255 or 39.90% from 604); Blue value is 157 (61.72% from 255 or 25.99% from 604); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF19D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF19D is #310E62. Grayscale: #DDDDDD. Windows color (decimal): -3214947 or 10351054. OLE color: 10351054.

HSL color Cylindrical-coordinate representation of color #CEF19D: hue angle of 85º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CEF19D is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB206241157-
CMYK0.1500.350.05
HSL85º75%78.04%-
HSV(B)85º34.85%94.51%-
XYZ62.9978.4743.72-
YUV220.9691.9117.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.11%
GREEN value IS 241 (94.53% from 255) = 39.90%
BLUE value IS 157 (61.72% from 255) = 25.99%
R=34.11%
G=39.90%
B=25.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062411570.1500.350.05857578.04
HexCEF19DF0235554b4e
Octal316361235170435125113116
Binary11001110111100011001110111110100011101101010110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF19D; }

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

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

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

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

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

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

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

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