Html Css Color HEX #B2E471 Sulu

📋 copy color: '#B2E471'

red 178 ◦ green 228 ◦ blue 113

#B2E471
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #B2E471

Tints of Sulu #B2E471

RGB

 RED value IS 178 (69.92% from 255) = 34.3%

 GREEN value IS 228 (89.45% from 255) = 43.93%

 BLUE value IS 113 (44.53% from 255) = 21.77%

R = 34.3%
G = 43.93%
B = 21.77%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#B2E471 (or 0xB2E471) is known color: Sulu. HEX triplet: B2, E4 and 71. RGB value is (178,228,113). Sum of RGB (Red+Green+Blue) = 178+228+113=519 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.30% from 519); Green value is 228 (89.45% from 255 or 43.93% from 519); Blue value is 113 (44.53% from 255 or 21.77% from 519); Max value from RGB is 228 - color contains mainly: green. Hex color #B2E471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E471 is #4D1B8E. Grayscale: #C8C8C8. Windows color (decimal): -5053327 or 7464114. OLE color: 7464114.

HSL color Cylindrical-coordinate representation of color #B2E471: hue angle of 86.09º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B2E471 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 178 228 113 -
CMYK 0.22 0 0.50 0.11
HSL 86.09º 0.68% 0.67% -
HSV(B) 86.09º 0.5% 0.89% -
XYZ 49.08 66.14 25.8 -
YUV 199.94 78.94 112.35 -
System Red Green Blue C M Y K H S L
Decimal 178 228 113 0.22 0 0.50 0.11 86.09 0.68 0.67
Hex B2 E4 71 16 0 32 B 56 44 43
Octal 262 344 161 26 0 62 13 126 104 103
Binary 10110010 11100100 1110001 10110 0 110010 1011 1010110 1000100 1000011

Color Harmonies of #B2E471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E471

Black with #B2E471

Text Example


Text Example

White with #B2E471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E471; }

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

 H1.HeaderClassName
 {
   color: #B2E471;
 }
 .AnyTagClassName
 {
   color: #B2E471;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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