#B8E275

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

Shades of Sulu #B8E275

Tints of Sulu #B8E275

Color information

#B8E275 (or 0xB8E275) is unknown color: approx Sulu. HEX triplet: B8, E2 and 75. RGB value is (184,226,117). Sum of RGB (Red+Green+Blue) = 184+226+117=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 226 (88.67% from 255 or 42.88% from 527); Blue value is 117 (46.09% from 255 or 22.20% from 527); Max value from RGB is 226 - color contains mainly: green. Hex color #B8E275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8E275 is #471D8A. Grayscale: #C9C9C9. Windows color (decimal): -4660619 or 7725752. OLE color: 7725752.

HSL color Cylindrical-coordinate representation of color #B8E275: hue angle of 83.12º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B8E275 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB184226117-
CMYK0.1900.480.11
HSL83.12º65.27%67.25%-
HSV(B)83.12º48.23%88.63%-
XYZ50.1765.8726.9-
YUV201.0280.59115.86-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.91%
GREEN value IS 226 (88.67% from 255) = 42.88%
BLUE value IS 117 (46.09% from 255) = 22.20%
R=34.91%
G=42.88%
B=22.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1842261170.1900.480.1183.1265.2767.25
HexB8E27513030B534143
Octal2703421652306013123101103
Binary101110001110001011101011001101100001011101001110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8E275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8E275; }

 p { color: rgb(184,226,117); }

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

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

 a { background-color: rgb(184,226,117); }

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

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

 span { border-color: rgb(184,226,117); }

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