#CEF972

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

Shades of Sulu #CEF972

Tints of Sulu #CEF972

Color information

#CEF972 (or 0xCEF972) is unknown color: approx Sulu. HEX triplet: CE, F9 and 72. RGB value is (206,249,114). Sum of RGB (Red+Green+Blue) = 206+249+114=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 249 (97.66% from 255 or 43.76% from 569); Blue value is 114 (44.92% from 255 or 20.04% from 569); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF972 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF972 is #31068D. Grayscale: #DDDDDD. Windows color (decimal): -3212942 or 7535054. OLE color: 7535054.

HSL color Cylindrical-coordinate representation of color #CEF972: hue angle of 79.11º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CEF972 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB206249114-
CMYK0.1700.540.02
HSL79.11º91.84%71.18%-
HSV(B)79.11º54.22%97.65%-
XYZ62.3782.0928.48-
YUV220.7567.75117.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.20%
GREEN value IS 249 (97.66% from 255) = 43.76%
BLUE value IS 114 (44.92% from 255) = 20.04%
R=36.20%
G=43.76%
B=20.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062491140.1700.540.0279.1191.8471.18
HexCEF9721103624f5c47
Octal316371162210662117134107
Binary1100111011111001111001010001011011010100111110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF972; }

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

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

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

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

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

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

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

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