#CEF584

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

Shades of Sulu #CEF584

Tints of Sulu #CEF584

Color information

#CEF584 (or 0xCEF584) is unknown color: approx Sulu. HEX triplet: CE, F5 and 84. RGB value is (206,245,132). Sum of RGB (Red+Green+Blue) = 206+245+132=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 245 (96.09% from 255 or 42.02% from 583); Blue value is 132 (51.95% from 255 or 22.64% from 583); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF584 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF584 is #310A7B. Grayscale: #DCDCDC. Windows color (decimal): -3213948 or 8713678. OLE color: 8713678.

HSL color Cylindrical-coordinate representation of color #CEF584: hue angle of 80.71º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CEF584 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB206245132-
CMYK0.1600.460.04
HSL80.71º84.96%73.92%-
HSV(B)80.71º46.12%96.08%-
XYZ62.2780.0934.01-
YUV220.4678.08117.69-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.33%
GREEN value IS 245 (96.09% from 255) = 42.02%
BLUE value IS 132 (51.95% from 255) = 22.64%
R=35.33%
G=42.02%
B=22.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2062451320.1600.460.0480.7184.9673.92
HexCEF5841002E451554a
Octal316365204200564121125112
Binary110011101111010110000100100000101110100101000110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF584; }

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

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

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

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

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

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

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

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