Html Css Color HEX #B2E476 Sulu

📋 copy color: '#B2E476'

red 178 ◦ green 228 ◦ blue 118

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

Shades of Sulu #B2E476

Tints of Sulu #B2E476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.52%

R = 33.97%
G = 43.51%
B = 22.52%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#B2E476 (or 0xB2E476) is known color: Sulu. HEX triplet: B2, E4 and 76. RGB value is (178,228,118). Sum of RGB (Red+Green+Blue) = 178+228+118=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 228 (89.45% from 255 or 43.51% from 524); Blue value is 118 (46.48% from 255 or 22.52% from 524); Max value from RGB is 228 - color contains mainly: green. Hex color #B2E476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E476 is #4D1B89. Grayscale: #C8C8C8. Windows color (decimal): -5053322 or 7791794. OLE color: 7791794.

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

Color convert

RGB 178 228 118 -
CMYK 0.22 0 0.48 0.11
HSL 87.27º 0.67% 0.68% -
HSV(B) 87.27º 0.48% 0.89% -
XYZ 49.37 66.26 27.33 -
YUV 200.51 81.44 111.94 -
System Red Green Blue C M Y K H S L
Decimal 178 228 118 0.22 0 0.48 0.11 87.27 0.67 0.68
Hex B2 E4 76 16 0 30 B 57 43 44
Octal 262 344 166 26 0 60 13 127 103 104
Binary 10110010 11100100 1110110 10110 0 110000 1011 1010111 1000011 1000100

Color Harmonies of #B2E476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E476

Black with #B2E476

Text Example


Text Example

White with #B2E476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E476; }

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

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

background-color css

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

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

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

border-color css

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

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

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