#CEF57A

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

Shades of Sulu #CEF57A

Tints of Sulu #CEF57A

Color information

#CEF57A (or 0xCEF57A) is unknown color: approx Sulu. HEX triplet: CE, F5 and 7A. RGB value is (206,245,122). Sum of RGB (Red+Green+Blue) = 206+245+122=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 245 (96.09% from 255 or 42.76% from 573); Blue value is 122 (48.05% from 255 or 21.29% from 573); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF57A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF57A is #310A85. Grayscale: #DBDBDB. Windows color (decimal): -3213958 or 8058318. OLE color: 8058318.

HSL color Cylindrical-coordinate representation of color #CEF57A: hue angle of 79.02º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEF57A is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB206245122-
CMYK0.1600.500.04
HSL79.02º86.01%71.96%-
HSV(B)79.02º50.2%96.08%-
XYZ61.6279.8330.57-
YUV219.3273.08118.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.95%
GREEN value IS 245 (96.09% from 255) = 42.76%
BLUE value IS 122 (48.05% from 255) = 21.29%
R=35.95%
G=42.76%
B=21.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2062451220.1600.500.0479.0286.0171.96
HexCEF57A1003244f5648
Octal316365172200624117126110
Binary11001110111101011111010100000110010100100111110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF57A; }

 p { color: rgb(206,245,122); }

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

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

 a { background-color: rgb(206,245,122); }

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

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

 span { border-color: rgb(206,245,122); }

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