#CEFD80

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

Shades of Sulu #CEFD80

Tints of Sulu #CEFD80

Color information

#CEFD80 (or 0xCEFD80) is unknown color: approx Sulu. HEX triplet: CE, FD and 80. RGB value is (206,253,128). Sum of RGB (Red+Green+Blue) = 206+253+128=587 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.09% from 587); Green value is 253 (99.22% from 255 or 43.10% from 587); Blue value is 128 (50.39% from 255 or 21.81% from 587); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFD80 is #31027F. Grayscale: #E1E1E1. Windows color (decimal): -3211904 or 8453582. OLE color: 8453582.

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

Color convert

RGB206253128-
CMYK0.1900.490.01
HSL82.56º96.9%74.71%-
HSV(B)82.56º49.41%99.22%-
XYZ64.4884.9333.42-
YUV224.773.43114.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.09%
GREEN value IS 253 (99.22% from 255) = 43.10%
BLUE value IS 128 (50.39% from 255) = 21.81%
R=35.09%
G=43.10%
B=21.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062531280.1900.490.0182.5696.974.71
HexCEFD8013031153614b
Octal316375200230611123141113
Binary1100111011111101100000001001101100011101001111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFD80; }

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

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

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

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

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

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

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

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