Html Css Color HEX #B0F950 Conifer

📋 copy color: '#B0F950'

red 176 ◦ green 249 ◦ blue 80

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

Shades of Conifer #B0F950

Tints of Conifer #B0F950

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.31%

 BLUE value IS 80 (31.64% from 255) = 15.84%

R = 34.85%
G = 49.31%
B = 15.84%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#B0F950 (or 0xB0F950) is known color: Conifer. HEX triplet: B0, F9 and 50. RGB value is (176,249,80). Sum of RGB (Red+Green+Blue) = 176+249+80=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 249 (97.66% from 255 or 49.31% from 505); Blue value is 80 (31.64% from 255 or 15.84% from 505); Max value from RGB is 249 - color contains mainly: green. Hex color #B0F950 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F950 is #4F06AF. Grayscale: #D0D0D0. Windows color (decimal): -5179056 or 5306800. OLE color: 5306800.

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

Color convert

RGB 176 249 80 -
CMYK 0.29 0 0.68 0.02
HSL 85.92º 0.93% 0.65% -
HSV(B) 85.92º 0.68% 0.98% -
XYZ 53.23 77.56 19.75 -
YUV 207.91 55.82 105.24 -
System Red Green Blue C M Y K H S L
Decimal 176 249 80 0.29 0 0.68 0.02 85.92 0.93 0.65
Hex B0 F9 50 1D 0 44 2 56 5D 41
Octal 260 371 120 35 0 104 2 126 135 101
Binary 10110000 11111001 1010000 11101 0 1000100 10 1010110 1011101 1000001

Color Harmonies of #B0F950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F950

Black with #B0F950

Text Example


Text Example

White with #B0F950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F950; }

 p { color: rgb(176,249,80); }

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

background-color css

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

 a { background-color: rgb(176,249,80); }

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

border-color css

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

 span { border-color: rgb(176,249,80); }

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