Html Css Color HEX #B1E472 Sulu

📋 copy color: '#B1E472'

red 177 ◦ green 228 ◦ blue 114

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

Shades of Sulu #B1E472

Tints of Sulu #B1E472

RGB

 RED value IS 177 (69.53% from 255) = 34.1%

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

 BLUE value IS 114 (44.92% from 255) = 21.97%

R = 34.1%
G = 43.93%
B = 21.97%

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

#B1E472 (or 0xB1E472) is known color: Sulu. HEX triplet: B1, E4 and 72. RGB value is (177,228,114). Sum of RGB (Red+Green+Blue) = 177+228+114=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 228 (89.45% from 255 or 43.93% from 519); Blue value is 114 (44.92% from 255 or 21.97% from 519); Max value from RGB is 228 - color contains mainly: green. Hex color #B1E472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1E472 is #4E1B8D. Grayscale: #C8C8C8. Windows color (decimal): -5118862 or 7529649. OLE color: 7529649.

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

Color convert

RGB 177 228 114 -
CMYK 0.22 0 0.50 0.11
HSL 86.84º 0.68% 0.67% -
HSV(B) 86.84º 0.5% 0.89% -
XYZ 48.91 66.05 26.09 -
YUV 199.76 79.6 111.77 -
System Red Green Blue C M Y K H S L
Decimal 177 228 114 0.22 0 0.50 0.11 86.84 0.68 0.67
Hex B1 E4 72 16 0 32 B 57 44 43
Octal 261 344 162 26 0 62 13 127 104 103
Binary 10110001 11100100 1110010 10110 0 110010 1011 1010111 1000100 1000011

Color Harmonies of #B1E472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E472

Black with #B1E472

Text Example


Text Example

White with #B1E472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E472; }

 p { color: rgb(177,228,114); }

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

background-color css

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

 a { background-color: rgb(177,228,114); }

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

border-color css

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

 span { border-color: rgb(177,228,114); }

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