Html Css Color HEX #B0FA7F Sulu

📋 copy color: '#B0FA7F'

red 176 ◦ green 250 ◦ blue 127

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

Shades of Sulu #B0FA7F

Tints of Sulu #B0FA7F

RGB

 RED value IS 176 (69.14% from 255) = 31.83%

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

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

R = 31.83%
G = 45.21%
B = 22.97%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#B0FA7F (or 0xB0FA7F) is known color: Sulu. HEX triplet: B0, FA and 7F. RGB value is (176,250,127). Sum of RGB (Red+Green+Blue) = 176+250+127=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 250 (98.05% from 255 or 45.21% from 553); Blue value is 127 (50% from 255 or 22.97% from 553); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FA7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FA7F is #4F0580. Grayscale: #D6D6D6. Windows color (decimal): -5178753 or 8387248. OLE color: 8387248.

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

Color convert

RGB 176 250 127 -
CMYK 0.30 0 0.49 0.02
HSL 96.1º 0.92% 0.74% -
HSV(B) 96.1º 0.49% 0.98% -
XYZ 55.92 79.13 32.41 -
YUV 213.85 78.98 101 -
System Red Green Blue C M Y K H S L
Decimal 176 250 127 0.30 0 0.49 0.02 96.1 0.92 0.74
Hex B0 FA 7F 1E 0 31 2 60 5C 4A
Octal 260 372 177 36 0 61 2 140 134 112
Binary 10110000 11111010 1111111 11110 0 110001 10 1100000 1011100 1001010

Color Harmonies of #B0FA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FA7F

Black with #B0FA7F

Text Example


Text Example

White with #B0FA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FA7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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