Html Css Color HEX #B9FA7F Sulu

📋 copy color: '#B9FA7F'

red 185 ◦ green 250 ◦ blue 127

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

Shades of Sulu #B9FA7F

Tints of Sulu #B9FA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.6%

R = 32.92%
G = 44.48%
B = 22.6%

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

#B9FA7F (or 0xB9FA7F) is known color: Sulu. HEX triplet: B9, FA and 7F. RGB value is (185,250,127). Sum of RGB (Red+Green+Blue) = 185+250+127=562 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.92% from 562); Green value is 250 (98.05% from 255 or 44.48% from 562); Blue value is 127 (50% from 255 or 22.60% from 562); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FA7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FA7F is #460580. Grayscale: #D8D8D8. Windows color (decimal): -4588929 or 8387257. OLE color: 8387257.

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

Color convert

RGB 185 250 127 -
CMYK 0.26 0 0.49 0.02
HSL 91.71º 0.92% 0.74% -
HSV(B) 91.71º 0.49% 0.98% -
XYZ 58.02 80.22 32.5 -
YUV 216.54 77.47 105.5 -
System Red Green Blue C M Y K H S L
Decimal 185 250 127 0.26 0 0.49 0.02 91.71 0.92 0.74
Hex B9 FA 7F 1A 0 31 2 5C 5C 4A
Octal 271 372 177 32 0 61 2 134 134 112
Binary 10111001 11111010 1111111 11010 0 110001 10 1011100 1011100 1001010

Color Harmonies of #B9FA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FA7F

Black with #B9FA7F

Text Example


Text Example

White with #B9FA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FA7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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