#CEF97C

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

Shades of Sulu #CEF97C

Tints of Sulu #CEF97C

Color information

#CEF97C (or 0xCEF97C) is unknown color: approx Sulu. HEX triplet: CE, F9 and 7C. RGB value is (206,249,124). Sum of RGB (Red+Green+Blue) = 206+249+124=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 249 (97.66% from 255 or 43.01% from 579); Blue value is 124 (48.83% from 255 or 21.42% from 579); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF97C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF97C is #310683. Grayscale: #DEDEDE. Windows color (decimal): -3212932 or 8190414. OLE color: 8190414.

HSL color Cylindrical-coordinate representation of color #CEF97C: hue angle of 80.64º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEF97C is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB206249124-
CMYK0.1700.500.02
HSL80.64º91.24%73.14%-
HSV(B)80.64º50.2%97.65%-
XYZ62.9782.3331.64-
YUV221.8972.75116.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.58%
GREEN value IS 249 (97.66% from 255) = 43.01%
BLUE value IS 124 (48.83% from 255) = 21.42%
R=35.58%
G=43.01%
B=21.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062491240.1700.500.0280.6491.2473.14
HexCEF97C110322515b49
Octal316371174210622121133111
Binary1100111011111001111110010001011001010101000110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF97C; }

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

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

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

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

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

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

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

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