Html Css Color HEX #B9FA80 Sulu

📋 copy color: '#B9FA80'

red 185 ◦ green 250 ◦ blue 128

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

Shades of Sulu #B9FA80

Tints of Sulu #B9FA80

RGB

 RED value IS 185 (72.66% from 255) = 32.86%

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

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

R = 32.86%
G = 44.4%
B = 22.74%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#B9FA80 (or 0xB9FA80) is known color: Sulu. HEX triplet: B9, FA and 80. RGB value is (185,250,128). Sum of RGB (Red+Green+Blue) = 185+250+128=563 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.86% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 128 (50.39% from 255 or 22.74% from 563); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FA80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9FA80 is #46057F. Grayscale: #D9D9D9. Windows color (decimal): -4588928 or 8452793. OLE color: 8452793.

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

Color convert

RGB 185 250 128 -
CMYK 0.26 0 0.49 0.02
HSL 91.97º 0.92% 0.74% -
HSV(B) 91.97º 0.49% 0.98% -
XYZ 58.09 80.24 32.85 -
YUV 216.66 77.97 105.42 -
System Red Green Blue C M Y K H S L
Decimal 185 250 128 0.26 0 0.49 0.02 91.97 0.92 0.74
Hex B9 FA 80 1A 0 31 2 5C 5C 4A
Octal 271 372 200 32 0 61 2 134 134 112
Binary 10111001 11111010 10000000 11010 0 110001 10 1011100 1011100 1001010

Color Harmonies of #B9FA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FA80

Black with #B9FA80

Text Example


Text Example

White with #B9FA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FA80; }

 p { color: rgb(185,250,128); }

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

background-color css

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

 a { background-color: rgb(185,250,128); }

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

border-color css

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

 span { border-color: rgb(185,250,128); }

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