Html Css Color HEX #B2FA83 Sulu

📋 copy color: '#B2FA83'

red 178 ◦ green 250 ◦ blue 131

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

Shades of Sulu #B2FA83

Tints of Sulu #B2FA83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 23.43%

R = 31.84%
G = 44.72%
B = 23.43%

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

#B2FA83 (or 0xB2FA83) is known color: Sulu. HEX triplet: B2, FA and 83. RGB value is (178,250,131). Sum of RGB (Red+Green+Blue) = 178+250+131=559 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.84% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 131 (51.56% from 255 or 23.43% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FA83 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FA83 is #4D057C. Grayscale: #D7D7D7. Windows color (decimal): -5047677 or 8649394. OLE color: 8649394.

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

Color convert

RGB 178 250 131 -
CMYK 0.29 0 0.48 0.02
HSL 96.3º 0.92% 0.75% -
HSV(B) 96.3º 0.48% 0.98% -
XYZ 56.64 79.47 33.83 -
YUV 214.91 80.65 101.68 -
System Red Green Blue C M Y K H S L
Decimal 178 250 131 0.29 0 0.48 0.02 96.3 0.92 0.75
Hex B2 FA 83 1D 0 30 2 60 5C 4B
Octal 262 372 203 35 0 60 2 140 134 113
Binary 10110010 11111010 10000011 11101 0 110000 10 1100000 1011100 1001011

Color Harmonies of #B2FA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FA83

Black with #B2FA83

Text Example


Text Example

White with #B2FA83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FA83; }

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

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

background-color css

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

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

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

border-color css

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

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

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