#B4EE85

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

Shades of Sulu #B4EE85

Tints of Sulu #B4EE85

Color information

#B4EE85 (or 0xB4EE85) is unknown color: approx Sulu. HEX triplet: B4, EE and 85. RGB value is (180,238,133). Sum of RGB (Red+Green+Blue) = 180+238+133=551 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.67% from 551); Green value is 238 (93.36% from 255 or 43.19% from 551); Blue value is 133 (52.34% from 255 or 24.14% from 551); Max value from RGB is 238 - color contains mainly: green. Hex color #B4EE85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4EE85 is #4B117A. Grayscale: #D1D1D1. Windows color (decimal): -4919675 or 8777396. OLE color: 8777396.

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

Color convert

RGB180238133-
CMYK0.2400.440.07
HSL93.14º75.54%72.75%-
HSV(B)93.14º44.12%93.33%-
XYZ53.6372.5533.37-
YUV208.6985.28107.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.67%
GREEN value IS 238 (93.36% from 255) = 43.19%
BLUE value IS 133 (52.34% from 255) = 24.14%
R=32.67%
G=43.19%
B=24.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1802381330.2400.440.0793.1475.5472.75
HexB4EE851802C75d4c49
Octal264356205300547135114111
Binary101101001110111010000101110000101100111101110110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EE85; }

 p { color: rgb(180,238,133); }

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

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

 a { background-color: rgb(180,238,133); }

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

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

 span { border-color: rgb(180,238,133); }

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