#CEFD6F

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

Shades of Sulu #CEFD6F

Tints of Sulu #CEFD6F

Color information

#CEFD6F (or 0xCEFD6F) is unknown color: approx Sulu. HEX triplet: CE, FD and 6F. RGB value is (206,253,111). Sum of RGB (Red+Green+Blue) = 206+253+111=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 253 (99.22% from 255 or 44.39% from 570); Blue value is 111 (43.75% from 255 or 19.47% from 570); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFD6F is #310290. Grayscale: #DFDFDF. Windows color (decimal): -3211921 or 7339470. OLE color: 7339470.

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

Color convert

RGB206253111-
CMYK0.1900.560.01
HSL79.86º97.26%71.37%-
HSV(B)79.86º56.13%99.22%-
XYZ63.4584.5228.01-
YUV222.7664.93116.05-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.14%
GREEN value IS 253 (99.22% from 255) = 44.39%
BLUE value IS 111 (43.75% from 255) = 19.47%
R=36.14%
G=44.39%
B=19.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062531110.1900.560.0179.8697.2671.37
HexCEFD6F130381506147
Octal316375157230701120141107
Binary110011101111110111011111001101110001101000011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFD6F; }

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

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

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

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

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

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

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

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