#CEF98F

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

Shades of Reef #CEF98F

Tints of Reef #CEF98F

Color information

#CEF98F (or 0xCEF98F) is unknown color: approx Reef. HEX triplet: CE, F9 and 8F. RGB value is (206,249,143). Sum of RGB (Red+Green+Blue) = 206+249+143=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 249 (97.66% from 255 or 41.64% from 598); Blue value is 143 (56.25% from 255 or 23.91% from 598); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF98F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF98F is #310670. Grayscale: #E0E0E0. Windows color (decimal): -3212913 or 9435598. OLE color: 9435598.

HSL color Cylindrical-coordinate representation of color #CEF98F: hue angle of 84.34º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CEF98F is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB206249143-
CMYK0.1700.430.02
HSL84.34º89.83%76.86%-
HSV(B)84.34º42.57%97.65%-
XYZ64.2982.8638.59-
YUV224.0682.25115.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.45%
GREEN value IS 249 (97.66% from 255) = 41.64%
BLUE value IS 143 (56.25% from 255) = 23.91%
R=34.45%
G=41.64%
B=23.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062491430.1700.430.0284.3489.8376.86
HexCEF98F1102B2545a4d
Octal316371217210532124132115
Binary11001110111110011000111110001010101110101010010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF98F; }

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

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

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

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

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

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

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

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