#CEFB84

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

Shades of Sulu #CEFB84

Tints of Sulu #CEFB84

Color information

#CEFB84 (or 0xCEFB84) is unknown color: approx Sulu. HEX triplet: CE, FB and 84. RGB value is (206,251,132). Sum of RGB (Red+Green+Blue) = 206+251+132=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 251 (98.44% from 255 or 42.61% from 589); Blue value is 132 (51.95% from 255 or 22.41% from 589); Max value from RGB is 251 - color contains mainly: green. Hex color #CEFB84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFB84 is #31047B. Grayscale: #E0E0E0. Windows color (decimal): -3212412 or 8715214. OLE color: 8715214.

HSL color Cylindrical-coordinate representation of color #CEFB84: hue angle of 82.69º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CEFB84 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB206251132-
CMYK0.1800.470.02
HSL82.69º93.7%75.1%-
HSV(B)82.69º47.41%98.43%-
XYZ64.1283.7834.62-
YUV223.9876.09115.18-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.97%
GREEN value IS 251 (98.44% from 255) = 42.61%
BLUE value IS 132 (51.95% from 255) = 22.41%
R=34.97%
G=42.61%
B=22.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062511320.1800.470.0282.6993.775.1
HexCEFB841202F2535e4b
Octal316373204220572123136113
Binary11001110111110111000010010010010111110101001110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFB84; }

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

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

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

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

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

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

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

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