Html Css Color HEX #B2FA84 Sulu

📋 copy color: '#B2FA84'

red 178 ◦ green 250 ◦ blue 132

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

Shades of Sulu #B2FA84

Tints of Sulu #B2FA84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 23.57%

R = 31.79%
G = 44.64%
B = 23.57%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#B2FA84 (or 0xB2FA84) is known color: Sulu. HEX triplet: B2, FA and 84. RGB value is (178,250,132). Sum of RGB (Red+Green+Blue) = 178+250+132=560 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.79% from 560); Green value is 250 (98.05% from 255 or 44.64% from 560); Blue value is 132 (51.95% from 255 or 23.57% from 560); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FA84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FA84 is #4D057B. Grayscale: #D7D7D7. Windows color (decimal): -5047676 or 8714930. OLE color: 8714930.

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

Color convert

RGB 178 250 132 -
CMYK 0.29 0 0.47 0.02
HSL 96.61º 0.92% 0.75% -
HSV(B) 96.61º 0.47% 0.98% -
XYZ 56.71 79.5 34.19 -
YUV 215.02 81.15 101.59 -
System Red Green Blue C M Y K H S L
Decimal 178 250 132 0.29 0 0.47 0.02 96.61 0.92 0.75
Hex B2 FA 84 1D 0 2F 2 61 5C 4B
Octal 262 372 204 35 0 57 2 141 134 113
Binary 10110010 11111010 10000100 11101 0 101111 10 1100001 1011100 1001011

Color Harmonies of #B2FA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FA84

Black with #B2FA84

Text Example


Text Example

White with #B2FA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FA84; }

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

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

background-color css

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

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

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

border-color css

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

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

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