#CEFD7C

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

Shades of Sulu #CEFD7C

Tints of Sulu #CEFD7C

Color information

#CEFD7C (or 0xCEFD7C) is unknown color: approx Sulu. HEX triplet: CE, FD and 7C. RGB value is (206,253,124). Sum of RGB (Red+Green+Blue) = 206+253+124=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 253 (99.22% from 255 or 43.40% from 583); Blue value is 124 (48.83% from 255 or 21.27% from 583); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFD7C is #310283. Grayscale: #E0E0E0. Windows color (decimal): -3211908 or 8191438. OLE color: 8191438.

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

Color convert

RGB206253124-
CMYK0.1900.510.01
HSL81.86º96.99%73.92%-
HSV(B)81.86º50.99%99.22%-
XYZ64.2284.8332.06-
YUV224.2471.43114.99-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.33%
GREEN value IS 253 (99.22% from 255) = 43.40%
BLUE value IS 124 (48.83% from 255) = 21.27%
R=35.33%
G=43.40%
B=21.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062531240.1900.510.0181.8696.9973.92
HexCEFD7C13033152614a
Octal316375174230631122141112
Binary110011101111110111111001001101100111101001011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFD7C; }

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

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

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

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

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

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

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

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