Html Css Color HEX #B4E171 Sulu

📋 copy color: '#B4E171'

red 180 ◦ green 225 ◦ blue 113

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

Shades of Sulu #B4E171

Tints of Sulu #B4E171

RGB

 RED value IS 180 (70.7% from 255) = 34.75%

 GREEN value IS 225 (88.28% from 255) = 43.44%

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

R = 34.75%
G = 43.44%
B = 21.81%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#B4E171 (or 0xB4E171) is known color: Sulu. HEX triplet: B4, E1 and 71. RGB value is (180,225,113). Sum of RGB (Red+Green+Blue) = 180+225+113=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 225 (88.28% from 255 or 43.44% from 518); Blue value is 113 (44.53% from 255 or 21.81% from 518); Max value from RGB is 225 - color contains mainly: green. Hex color #B4E171 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4E171 is #4B1E8E. Grayscale: #C7C7C7. Windows color (decimal): -4923023 or 7463348. OLE color: 7463348.

HSL color Cylindrical-coordinate representation of color #B4E171: hue angle of 84.11º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B4E171 is Cyan = 0.2, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 180 225 113 -
CMYK 0.2 0 0.50 0.12
HSL 84.11º 0.65% 0.66% -
HSV(B) 84.11º 0.5% 0.88% -
XYZ 48.73 64.75 25.55 -
YUV 198.78 79.59 114.61 -
System Red Green Blue C M Y K H S L
Decimal 180 225 113 0.2 0 0.50 0.12 84.11 0.65 0.66
Hex B4 E1 71 14 0 32 C 54 41 42
Octal 264 341 161 24 0 62 14 124 101 102
Binary 10110100 11100001 1110001 10100 0 110010 1100 1010100 1000001 1000010

Color Harmonies of #B4E171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4E171

Black with #B4E171

Text Example


Text Example

White with #B4E171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4E171; }

 p { color: rgb(180,225,113); }

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

background-color css

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

 a { background-color: rgb(180,225,113); }

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

border-color css

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

 span { border-color: rgb(180,225,113); }

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