Html Css Color HEX #B2F980 Sulu

📋 copy color: '#B2F980'

red 178 ◦ green 249 ◦ blue 128

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

Shades of Sulu #B2F980

Tints of Sulu #B2F980

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.86%

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

R = 32.07%
G = 44.86%
B = 23.06%

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

#B2F980 (or 0xB2F980) is known color: Sulu. HEX triplet: B2, F9 and 80. RGB value is (178,249,128). Sum of RGB (Red+Green+Blue) = 178+249+128=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 249 (97.66% from 255 or 44.86% from 555); Blue value is 128 (50.39% from 255 or 23.06% from 555); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F980 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F980 is #4D067F. Grayscale: #D6D6D6. Windows color (decimal): -5047936 or 8452530. OLE color: 8452530.

HSL color Cylindrical-coordinate representation of color #B2F980: hue angle of 95.21º degrees, saturation: 0.91, 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 #B2F980 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 249 128 -
CMYK 0.29 0 0.49 0.02
HSL 95.21º 0.91% 0.74% -
HSV(B) 95.21º 0.49% 0.98% -
XYZ 56.13 78.77 32.67 -
YUV 213.98 79.48 102.34 -
System Red Green Blue C M Y K H S L
Decimal 178 249 128 0.29 0 0.49 0.02 95.21 0.91 0.74
Hex B2 F9 80 1D 0 31 2 5F 5B 4A
Octal 262 371 200 35 0 61 2 137 133 112
Binary 10110010 11111001 10000000 11101 0 110001 10 1011111 1011011 1001010

Color Harmonies of #B2F980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F980

Black with #B2F980

Text Example


Text Example

White with #B2F980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F980; }

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

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

background-color css

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

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

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

border-color css

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

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

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