#B2EA71

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

Shades of Sulu #B2EA71

Tints of Sulu #B2EA71

Color information

#B2EA71 (or 0xB2EA71) is unknown color: approx Sulu. HEX triplet: B2, EA and 71. RGB value is (178,234,113). Sum of RGB (Red+Green+Blue) = 178+234+113=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 234 (91.80% from 255 or 44.57% from 525); Blue value is 113 (44.53% from 255 or 21.52% from 525); Max value from RGB is 234 - color contains mainly: green. Hex color #B2EA71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2EA71 is #4D158E. Grayscale: #CBCBCB. Windows color (decimal): -5051791 or 7465650. OLE color: 7465650.

HSL color Cylindrical-coordinate representation of color #B2EA71: hue angle of 87.77º degrees, saturation: 0.74, 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 #B2EA71 is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB178234113-
CMYK0.2400.520.08
HSL87.77º74.23%68.04%-
HSV(B)87.77º51.71%91.76%-
XYZ50.7669.526.36-
YUV203.4676.95109.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.90%
GREEN value IS 234 (91.80% from 255) = 44.57%
BLUE value IS 113 (44.53% from 255) = 21.52%
R=33.90%
G=44.57%
B=21.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1782341130.2400.520.0887.7774.2368.04
HexB2EA71180348584a44
Octal2623521613006410130112104
Binary101100101110101011100011100001101001000101100010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EA71; }

 p { color: rgb(178,234,113); }

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

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

 a { background-color: rgb(178,234,113); }

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

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

 span { border-color: rgb(178,234,113); }

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