Html Css Color HEX #B9F050 Conifer

📋 copy color: '#B9F050'

red 185 ◦ green 240 ◦ blue 80

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

Shades of Conifer #B9F050

Tints of Conifer #B9F050

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.52%

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

R = 36.63%
G = 47.52%
B = 15.84%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#B9F050 (or 0xB9F050) is known color: Conifer. HEX triplet: B9, F0 and 50. RGB value is (185,240,80). Sum of RGB (Red+Green+Blue) = 185+240+80=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 240 (94.14% from 255 or 47.52% from 505); Blue value is 80 (31.64% from 255 or 15.84% from 505); Max value from RGB is 240 - color contains mainly: green. Hex color #B9F050 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F050 is #460FAF. Grayscale: #CDCDCD. Windows color (decimal): -4591536 or 5304505. OLE color: 5304505.

HSL color Cylindrical-coordinate representation of color #B9F050: hue angle of 80.62º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B9F050 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 240 80 -
CMYK 0.23 0 0.67 0.06
HSL 80.63º 0.84% 0.63% -
HSV(B) 80.63º 0.67% 0.94% -
XYZ 52.62 73.21 18.95 -
YUV 205.32 57.28 113.51 -
System Red Green Blue C M Y K H S L
Decimal 185 240 80 0.23 0 0.67 0.06 80.63 0.84 0.63
Hex B9 F0 50 17 0 43 6 51 54 3F
Octal 271 360 120 27 0 103 6 121 124 77
Binary 10111001 11110000 1010000 10111 0 1000011 110 1010001 1010100 111111

Color Harmonies of #B9F050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F050

Black with #B9F050

Text Example


Text Example

White with #B9F050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F050; }

 p { color: rgb(185,240,80); }

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

background-color css

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

 a { background-color: rgb(185,240,80); }

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

border-color css

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

 span { border-color: rgb(185,240,80); }

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