#B4EB85

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

Shades of Sulu #B4EB85

Tints of Sulu #B4EB85

Color information

#B4EB85 (or 0xB4EB85) is unknown color: approx Sulu. HEX triplet: B4, EB and 85. RGB value is (180,235,133). Sum of RGB (Red+Green+Blue) = 180+235+133=548 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.85% from 548); Green value is 235 (92.19% from 255 or 42.88% from 548); Blue value is 133 (52.34% from 255 or 24.27% from 548); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EB85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4EB85 is #4B147A. Grayscale: #CFCFCF. Windows color (decimal): -4920443 or 8776628. OLE color: 8776628.

HSL color Cylindrical-coordinate representation of color #B4EB85: hue angle of 92.35º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B4EB85 is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB180235133-
CMYK0.2300.430.08
HSL92.35º71.83%72.16%-
HSV(B)92.35º43.4%92.16%-
XYZ52.7670.8133.08-
YUV206.9386.28108.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.85%
GREEN value IS 235 (92.19% from 255) = 42.88%
BLUE value IS 133 (52.34% from 255) = 24.27%
R=32.85%
G=42.88%
B=24.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1802351330.2300.430.0892.3571.8372.16
HexB4EB851702B85c4848
Octal2643532052705310134110110
Binary1011010011101011100001011011101010111000101110010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EB85; }

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

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

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

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

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

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

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

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