#CEF86F

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

Shades of Sulu #CEF86F

Tints of Sulu #CEF86F

Color information

#CEF86F (or 0xCEF86F) is unknown color: approx Sulu. HEX triplet: CE, F8 and 6F. RGB value is (206,248,111). Sum of RGB (Red+Green+Blue) = 206+248+111=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 248 (97.27% from 255 or 43.89% from 565); Blue value is 111 (43.75% from 255 or 19.65% from 565); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF86F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF86F is #310790. Grayscale: #DCDCDC. Windows color (decimal): -3213201 or 7338190. OLE color: 7338190.

HSL color Cylindrical-coordinate representation of color #CEF86F: hue angle of 78.39º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CEF86F is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB206248111-
CMYK0.1700.550.03
HSL78.39º90.73%70.39%-
HSV(B)78.39º55.24%97.25%-
XYZ61.8981.427.49-
YUV219.8266.59118.14-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.46%
GREEN value IS 248 (97.27% from 255) = 43.89%
BLUE value IS 111 (43.75% from 255) = 19.65%
R=36.46%
G=43.89%
B=19.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2062481110.1700.550.0378.3990.7370.39
HexCEF86F1103734e5b46
Octal316370157210673116133106
Binary1100111011111000110111110001011011111100111010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF86F; }

 p { color: rgb(206,248,111); }

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

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

 a { background-color: rgb(206,248,111); }

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

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

 span { border-color: rgb(206,248,111); }

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