Html Css Color HEX #B2FA81 Sulu

📋 copy color: '#B2FA81'

red 178 ◦ green 250 ◦ blue 129

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

Shades of Sulu #B2FA81

Tints of Sulu #B2FA81

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.88%

 BLUE value IS 129 (50.78% from 255) = 23.16%

R = 31.96%
G = 44.88%
B = 23.16%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#B2FA81 (or 0xB2FA81) is known color: Sulu. HEX triplet: B2, FA and 81. RGB value is (178,250,129). Sum of RGB (Red+Green+Blue) = 178+250+129=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 250 (98.05% from 255 or 44.88% from 557); Blue value is 129 (50.78% from 255 or 23.16% from 557); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FA81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FA81 is #4D057E. Grayscale: #D7D7D7. Windows color (decimal): -5047679 or 8518322. OLE color: 8518322.

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

Color convert

RGB 178 250 129 -
CMYK 0.29 0 0.48 0.02
HSL 95.7º 0.92% 0.74% -
HSV(B) 95.7º 0.48% 0.98% -
XYZ 56.51 79.42 33.12 -
YUV 214.68 79.65 101.84 -
System Red Green Blue C M Y K H S L
Decimal 178 250 129 0.29 0 0.48 0.02 95.7 0.92 0.74
Hex B2 FA 81 1D 0 30 2 60 5C 4A
Octal 262 372 201 35 0 60 2 140 134 112
Binary 10110010 11111010 10000001 11101 0 110000 10 1100000 1011100 1001010

Color Harmonies of #B2FA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FA81

Black with #B2FA81

Text Example


Text Example

White with #B2FA81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FA81; }

 p { color: rgb(178,250,129); }

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

background-color css

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

 a { background-color: rgb(178,250,129); }

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

border-color css

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

 span { border-color: rgb(178,250,129); }

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