#CEF184

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

Shades of Sulu #CEF184

Tints of Sulu #CEF184

Color information

#CEF184 (or 0xCEF184) is unknown color: approx Sulu. HEX triplet: CE, F1 and 84. RGB value is (206,241,132). Sum of RGB (Red+Green+Blue) = 206+241+132=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 241 (94.53% from 255 or 41.62% from 579); Blue value is 132 (51.95% from 255 or 22.80% from 579); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF184 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF184 is #310E7B. Grayscale: #DADADA. Windows color (decimal): -3214972 or 8712654. OLE color: 8712654.

HSL color Cylindrical-coordinate representation of color #CEF184: hue angle of 79.27º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CEF184 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB206241132-
CMYK0.1500.450.05
HSL79.27º79.56%73.14%-
HSV(B)79.27º45.23%94.51%-
XYZ61.0777.733.61-
YUV218.1179.4119.36-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.58%
GREEN value IS 241 (94.53% from 255) = 41.62%
BLUE value IS 132 (51.95% from 255) = 22.80%
R=35.58%
G=41.62%
B=22.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062411320.1500.450.0579.2779.5673.14
HexCEF184F02D54f5049
Octal316361204170555117120111
Binary11001110111100011000010011110101101101100111110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF184; }

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

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

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

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

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

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

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

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