#CEFF8D

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

Shades of Reef #CEFF8D

Tints of Reef #CEFF8D

Color information

#CEFF8D (or 0xCEFF8D) is unknown color: approx Reef. HEX triplet: CE, FF and 8D. RGB value is (206,255,141). Sum of RGB (Red+Green+Blue) = 206+255+141=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 141 (55.47% from 255 or 23.42% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFF8D is #310072. Grayscale: #E3E3E3. Windows color (decimal): -3211379 or 9306062. OLE color: 9306062.

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

Color convert

RGB206255141-
CMYK0.1900.450
HSL85.79º100%77.65%-
HSV(B)85.79º44.71%100%-
XYZ66.0286.5638.43-
YUV227.3579.27112.77-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.22%
GREEN value IS 255 (100% from 255) = 42.36%
BLUE value IS 141 (55.47% from 255) = 23.42%
R=34.22%
G=42.36%
B=23.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062551410.1900.45085.7910077.65
HexCEFF8D1302D056644e
Octal316377215230550126144116
Binary1100111011111111100011011001101011010101011011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFF8D; }

 p { color: rgb(206,255,141); }

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

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

 a { background-color: rgb(206,255,141); }

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

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

 span { border-color: rgb(206,255,141); }

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