Html Css Color HEX #B9FD50 Conifer

📋 copy color: '#B9FD50'

red 185 ◦ green 253 ◦ blue 80

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

Shades of Conifer #B9FD50

Tints of Conifer #B9FD50

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.84%

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

R = 35.71%
G = 48.84%
B = 15.44%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#B9FD50 (or 0xB9FD50) is known color: Conifer. HEX triplet: B9, FD and 50. RGB value is (185,253,80). Sum of RGB (Red+Green+Blue) = 185+253+80=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 253 (99.22% from 255 or 48.84% from 518); Blue value is 80 (31.64% from 255 or 15.44% from 518); Max value from RGB is 253 - color contains mainly: green. Hex color #B9FD50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FD50 is #4602AF. Grayscale: #D5D5D5. Windows color (decimal): -4588208 or 5307833. OLE color: 5307833.

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

Color convert

RGB 185 253 80 -
CMYK 0.27 0 0.68 0.01
HSL 83.58º 0.98% 0.65% -
HSV(B) 83.58º 0.68% 0.99% -
XYZ 56.58 81.14 20.27 -
YUV 212.95 52.97 108.07 -
System Red Green Blue C M Y K H S L
Decimal 185 253 80 0.27 0 0.68 0.01 83.58 0.98 0.65
Hex B9 FD 50 1B 0 44 1 54 62 41
Octal 271 375 120 33 0 104 1 124 142 101
Binary 10111001 11111101 1010000 11011 0 1000100 1 1010100 1100010 1000001

Color Harmonies of #B9FD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FD50

Black with #B9FD50

Text Example


Text Example

White with #B9FD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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