Html Css Color HEX #B2E473 Sulu

📋 copy color: '#B2E473'

red 178 ◦ green 228 ◦ blue 115

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

Shades of Sulu #B2E473

Tints of Sulu #B2E473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.07%

R = 34.17%
G = 43.76%
B = 22.07%

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

#B2E473 (or 0xB2E473) is known color: Sulu. HEX triplet: B2, E4 and 73. RGB value is (178,228,115). Sum of RGB (Red+Green+Blue) = 178+228+115=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 228 (89.45% from 255 or 43.76% from 521); Blue value is 115 (45.31% from 255 or 22.07% from 521); Max value from RGB is 228 - color contains mainly: green. Hex color #B2E473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E473 is #4D1B8C. Grayscale: #C8C8C8. Windows color (decimal): -5053325 or 7595186. OLE color: 7595186.

HSL color Cylindrical-coordinate representation of color #B2E473: hue angle of 86.55º 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 #B2E473 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 178 228 115 -
CMYK 0.22 0 0.50 0.11
HSL 86.55º 0.68% 0.67% -
HSV(B) 86.55º 0.5% 0.89% -
XYZ 49.2 66.19 26.4 -
YUV 200.17 79.94 112.19 -
System Red Green Blue C M Y K H S L
Decimal 178 228 115 0.22 0 0.50 0.11 86.55 0.68 0.67
Hex B2 E4 73 16 0 32 B 57 44 43
Octal 262 344 163 26 0 62 13 127 104 103
Binary 10110010 11100100 1110011 10110 0 110010 1011 1010111 1000100 1000011

Color Harmonies of #B2E473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E473

Black with #B2E473

Text Example


Text Example

White with #B2E473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E473; }

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

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

background-color css

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

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

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

border-color css

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

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

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