Html Css Color HEX #B2FB80 Sulu

📋 copy color: '#B2FB80'

red 178 ◦ green 251 ◦ blue 128

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

Shades of Sulu #B2FB80

Tints of Sulu #B2FB80

RGB

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

 GREEN value IS 251 (98.44% from 255) = 45.06%

 BLUE value IS 128 (50.39% from 255) = 22.98%

R = 31.96%
G = 45.06%
B = 22.98%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#B2FB80 (or 0xB2FB80) is known color: Sulu. HEX triplet: B2, FB and 80. RGB value is (178,251,128). Sum of RGB (Red+Green+Blue) = 178+251+128=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 251 (98.44% from 255 or 45.06% from 557); Blue value is 128 (50.39% from 255 or 22.98% from 557); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FB80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FB80 is #4D047F. Grayscale: #D7D7D7. Windows color (decimal): -5047424 or 8453042. OLE color: 8453042.

HSL color Cylindrical-coordinate representation of color #B2FB80: hue angle of 95.61º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B2FB80 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 251 128 -
CMYK 0.29 0 0.49 0.02
HSL 95.61º 0.94% 0.74% -
HSV(B) 95.61º 0.49% 0.98% -
XYZ 56.75 80.02 32.88 -
YUV 215.15 78.82 101.5 -
System Red Green Blue C M Y K H S L
Decimal 178 251 128 0.29 0 0.49 0.02 95.61 0.94 0.74
Hex B2 FB 80 1D 0 31 2 60 5E 4A
Octal 262 373 200 35 0 61 2 140 136 112
Binary 10110010 11111011 10000000 11101 0 110001 10 1100000 1011110 1001010

Color Harmonies of #B2FB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FB80

Black with #B2FB80

Text Example


Text Example

White with #B2FB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FB80; }

 p { color: rgb(178,251,128); }

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

background-color css

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

 a { background-color: rgb(178,251,128); }

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

border-color css

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

 span { border-color: rgb(178,251,128); }

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