Html Css Color HEX #B9FE50 Conifer

📋 copy color: '#B9FE50'

red 185 ◦ green 254 ◦ blue 80

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

Shades of Conifer #B9FE50

Tints of Conifer #B9FE50

RGB

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

 GREEN value IS 254 (99.61% from 255) = 48.94%

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

R = 35.65%
G = 48.94%
B = 15.41%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#B9FE50 (or 0xB9FE50) is known color: Conifer. HEX triplet: B9, FE and 50. RGB value is (185,254,80). Sum of RGB (Red+Green+Blue) = 185+254+80=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 254 (99.61% from 255 or 48.94% from 519); Blue value is 80 (31.64% from 255 or 15.41% from 519); Max value from RGB is 254 - color contains mainly: green. Hex color #B9FE50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FE50 is #4601AF. Grayscale: #D6D6D6. Windows color (decimal): -4587952 or 5308089. OLE color: 5308089.

HSL color Cylindrical-coordinate representation of color #B9FE50: hue angle of 83.79º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B9FE50 is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.00.

Color convert

RGB 185 254 80 -
CMYK 0.27 0 0.69 0.00
HSL 83.79º 0.99% 0.65% -
HSV(B) 83.79º 0.69% 1% -
XYZ 56.9 81.78 20.38 -
YUV 213.53 52.64 107.65 -
System Red Green Blue C M Y K H S L
Decimal 185 254 80 0.27 0 0.69 0.00 83.79 0.99 0.65
Hex B9 FE 50 1B 0 45 0 54 63 41
Octal 271 376 120 33 0 105 0 124 143 101
Binary 10111001 11111110 1010000 11011 0 1000101 0 1010100 1100011 1000001

Color Harmonies of #B9FE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FE50

Black with #B9FE50

Text Example


Text Example

White with #B9FE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FE50; }

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

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

background-color css

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

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

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

border-color css

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

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

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