Html Css Color HEX #B2F171 Sulu

📋 copy color: '#B2F171'

red 178 ◦ green 241 ◦ blue 113

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

Shades of Sulu #B2F171

Tints of Sulu #B2F171

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.3%

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

R = 33.46%
G = 45.3%
B = 21.24%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#B2F171 (or 0xB2F171) is known color: Sulu. HEX triplet: B2, F1 and 71. RGB value is (178,241,113). Sum of RGB (Red+Green+Blue) = 178+241+113=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 241 (94.53% from 255 or 45.30% from 532); Blue value is 113 (44.53% from 255 or 21.24% from 532); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F171 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F171 is #4D0E8E. Grayscale: #D0D0D0. Windows color (decimal): -5049999 or 7467442. OLE color: 7467442.

HSL color Cylindrical-coordinate representation of color #B2F171: hue angle of 89.53º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B2F171 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 241 113 -
CMYK 0.26 0 0.53 0.05
HSL 89.53º 0.82% 0.69% -
HSV(B) 89.53º 0.53% 0.95% -
XYZ 52.8 73.57 27.04 -
YUV 207.57 74.63 106.91 -
System Red Green Blue C M Y K H S L
Decimal 178 241 113 0.26 0 0.53 0.05 89.53 0.82 0.69
Hex B2 F1 71 1A 0 35 5 5A 52 45
Octal 262 361 161 32 0 65 5 132 122 105
Binary 10110010 11110001 1110001 11010 0 110101 101 1011010 1010010 1000101

Color Harmonies of #B2F171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F171

Black with #B2F171

Text Example


Text Example

White with #B2F171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F171; }

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

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

background-color css

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

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

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

border-color css

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

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

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