#CEFE7C

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

Shades of Sulu #CEFE7C

Tints of Sulu #CEFE7C

Color information

#CEFE7C (or 0xCEFE7C) is unknown color: approx Sulu. HEX triplet: CE, FE and 7C. RGB value is (206,254,124). Sum of RGB (Red+Green+Blue) = 206+254+124=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 254 (99.61% from 255 or 43.49% from 584); Blue value is 124 (48.83% from 255 or 21.23% from 584); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFE7C is #310183. Grayscale: #E1E1E1. Windows color (decimal): -3211652 or 8191694. OLE color: 8191694.

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

Color convert

RGB206254124-
CMYK0.1900.510.00
HSL82.15º98.48%74.12%-
HSV(B)82.15º51.18%99.61%-
XYZ64.5385.4632.16-
YUV224.8371.1114.57-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.27%
GREEN value IS 254 (99.61% from 255) = 43.49%
BLUE value IS 124 (48.83% from 255) = 21.23%
R=35.27%
G=43.49%
B=21.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2062541240.1900.510.0082.1598.4874.12
HexCEFE7C13033052624a
Octal316376174230630122142112
Binary110011101111111011111001001101100110101001011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFE7C; }

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

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

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

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

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

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

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

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