#CEFF9D

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

Shades of Reef #CEFF9D

Tints of Reef #CEFF9D

Color information

#CEFF9D (or 0xCEFF9D) is unknown color: approx Reef. HEX triplet: CE, FF and 9D. RGB value is (206,255,157). Sum of RGB (Red+Green+Blue) = 206+255+157=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 255 (100% from 255 or 41.26% from 618); Blue value is 157 (61.72% from 255 or 25.40% from 618); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFF9D is #310062. Grayscale: #E5E5E5. Windows color (decimal): -3211363 or 10354638. OLE color: 10354638.

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

Color convert

RGB206255157-
CMYK0.1900.380
HSL90º100%80.78%-
HSV(B)90º38.43%100%-
XYZ67.387.0845.16-
YUV229.1887.27111.47-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.33%
GREEN value IS 255 (100% from 255) = 41.26%
BLUE value IS 157 (61.72% from 255) = 25.40%
R=33.33%
G=41.26%
B=25.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062551570.1900.3809010080.78
HexCEFF9D1302605a6451
Octal316377235230460132144121
Binary1100111011111111100111011001101001100101101011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFF9D; }

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

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

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

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

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

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

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

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