Html Css Color HEX #B4FB82 Sulu

📋 copy color: '#B4FB82'

red 180 ◦ green 251 ◦ blue 130

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

Shades of Sulu #B4FB82

Tints of Sulu #B4FB82

RGB

 RED value IS 180 (70.7% from 255) = 32.09%

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

 BLUE value IS 130 (51.17% from 255) = 23.17%

R = 32.09%
G = 44.74%
B = 23.17%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#B4FB82 (or 0xB4FB82) is known color: Sulu. HEX triplet: B4, FB and 82. RGB value is (180,251,130). Sum of RGB (Red+Green+Blue) = 180+251+130=561 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.09% from 561); Green value is 251 (98.44% from 255 or 44.74% from 561); Blue value is 130 (51.17% from 255 or 23.17% from 561); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FB82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4FB82 is #4B047D. Grayscale: #D8D8D8. Windows color (decimal): -4916350 or 8584116. OLE color: 8584116.

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

Color convert

RGB 180 251 130 -
CMYK 0.28 0 0.48 0.02
HSL 95.21º 0.94% 0.75% -
HSV(B) 95.21º 0.48% 0.98% -
XYZ 57.35 80.31 33.6 -
YUV 215.98 79.48 102.34 -
System Red Green Blue C M Y K H S L
Decimal 180 251 130 0.28 0 0.48 0.02 95.21 0.94 0.75
Hex B4 FB 82 1C 0 30 2 5F 5E 4B
Octal 264 373 202 34 0 60 2 137 136 113
Binary 10110100 11111011 10000010 11100 0 110000 10 1011111 1011110 1001011

Color Harmonies of #B4FB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FB82

Black with #B4FB82

Text Example


Text Example

White with #B4FB82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FB82; }

 p { color: rgb(180,251,130); }

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

background-color css

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

 a { background-color: rgb(180,251,130); }

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

border-color css

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

 span { border-color: rgb(180,251,130); }

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