#B8E075

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

Shades of Sulu #B8E075

Tints of Sulu #B8E075

Color information

#B8E075 (or 0xB8E075) is unknown color: approx Sulu. HEX triplet: B8, E0 and 75. RGB value is (184,224,117). Sum of RGB (Red+Green+Blue) = 184+224+117=525 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.05% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 117 (46.09% from 255 or 22.29% from 525); Max value from RGB is 224 - color contains mainly: green. Hex color #B8E075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8E075 is #471F8A. Grayscale: #C8C8C8. Windows color (decimal): -4661131 or 7725240. OLE color: 7725240.

HSL color Cylindrical-coordinate representation of color #B8E075: hue angle of 82.43º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B8E075 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB184224117-
CMYK0.1800.480.12
HSL82.43º63.31%66.86%-
HSV(B)82.43º47.77%87.84%-
XYZ49.6364.7926.72-
YUV199.8481.25116.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.05%
GREEN value IS 224 (87.89% from 255) = 42.67%
BLUE value IS 117 (46.09% from 255) = 22.29%
R=35.05%
G=42.67%
B=22.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1842241170.1800.480.1282.4363.3166.86
HexB8E07512030C523f43
Octal270340165220601412277103
Binary10111000111000001110101100100110000110010100101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8E075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8E075; }

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

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

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

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

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

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

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

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