#CEFD8F

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

Shades of Reef #CEFD8F

Tints of Reef #CEFD8F

Color information

#CEFD8F (or 0xCEFD8F) is unknown color: approx Reef. HEX triplet: CE, FD and 8F. RGB value is (206,253,143). Sum of RGB (Red+Green+Blue) = 206+253+143=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 253 (99.22% from 255 or 42.03% from 602); Blue value is 143 (56.25% from 255 or 23.75% from 602); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFD8F is #310270. Grayscale: #E2E2E2. Windows color (decimal): -3211889 or 9436622. OLE color: 9436622.

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

Color convert

RGB206253143-
CMYK0.1900.430.01
HSL85.64º96.49%77.65%-
HSV(B)85.64º43.48%99.22%-
XYZ65.5485.3639.01-
YUV226.4180.93113.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.22%
GREEN value IS 253 (99.22% from 255) = 42.03%
BLUE value IS 143 (56.25% from 255) = 23.75%
R=34.22%
G=42.03%
B=23.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062531430.1900.430.0185.6496.4977.65
HexCEFD8F1302B156604e
Octal316375217230531126140116
Binary1100111011111101100011111001101010111101011011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFD8F; }

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

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

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

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

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

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

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

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