#B4EB71

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

Shades of Sulu #B4EB71

Tints of Sulu #B4EB71

Color information

#B4EB71 (or 0xB4EB71) is unknown color: approx Sulu. HEX triplet: B4, EB and 71. RGB value is (180,235,113). Sum of RGB (Red+Green+Blue) = 180+235+113=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 235 (92.19% from 255 or 44.51% from 528); Blue value is 113 (44.53% from 255 or 21.40% from 528); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EB71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4EB71 is #4B148E. Grayscale: #CDCDCD. Windows color (decimal): -4920463 or 7465908. OLE color: 7465908.

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

Color convert

RGB180235113-
CMYK0.2300.520.08
HSL87.05º75.31%68.24%-
HSV(B)87.05º51.91%92.16%-
XYZ51.5170.3126.48-
YUV204.6576.28110.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.09%
GREEN value IS 235 (92.19% from 255) = 44.51%
BLUE value IS 113 (44.53% from 255) = 21.40%
R=34.09%
G=44.51%
B=21.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1802351130.2300.520.0887.0575.3168.24
HexB4EB71170348574b44
Octal2643531612706410127113104
Binary101101001110101111100011011101101001000101011110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EB71; }

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

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

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

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

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

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

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

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