#B8ED7C

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

Shades of Sulu #B8ED7C

Tints of Sulu #B8ED7C

Color information

#B8ED7C (or 0xB8ED7C) is unknown color: approx Sulu. HEX triplet: B8, ED and 7C. RGB value is (184,237,124). Sum of RGB (Red+Green+Blue) = 184+237+124=545 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.76% from 545); Green value is 237 (92.97% from 255 or 43.49% from 545); Blue value is 124 (48.83% from 255 or 22.75% from 545); Max value from RGB is 237 - color contains mainly: green. Hex color #B8ED7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8ED7C is #471283. Grayscale: #D0D0D0. Windows color (decimal): -4657796 or 8187320. OLE color: 8187320.

HSL color Cylindrical-coordinate representation of color #B8ED7C: hue angle of 88.14º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B8ED7C is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB184237124-
CMYK0.2200.480.07
HSL88.14º75.84%70.78%-
HSV(B)88.14º47.68%92.94%-
XYZ53.6972.2130.18-
YUV208.2780.44110.69-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.76%
GREEN value IS 237 (92.97% from 255) = 43.49%
BLUE value IS 124 (48.83% from 255) = 22.75%
R=33.76%
G=43.49%
B=22.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1842371240.2200.480.0788.1475.8470.78
HexB8ED7C160307584c47
Octal270355174260607130114107
Binary10111000111011011111100101100110000111101100010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ED7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ED7C; }

 p { color: rgb(184,237,124); }

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

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

 a { background-color: rgb(184,237,124); }

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

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

 span { border-color: rgb(184,237,124); }

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