Html Css Color HEX #B9FC50 Conifer

📋 copy color: '#B9FC50'

red 185 ◦ green 252 ◦ blue 80

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

Shades of Conifer #B9FC50

Tints of Conifer #B9FC50

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.74%

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

R = 35.78%
G = 48.74%
B = 15.47%

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

#B9FC50 (or 0xB9FC50) is known color: Conifer. HEX triplet: B9, FC and 50. RGB value is (185,252,80). Sum of RGB (Red+Green+Blue) = 185+252+80=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 252 (98.83% from 255 or 48.74% from 517); Blue value is 80 (31.64% from 255 or 15.47% from 517); Max value from RGB is 252 - color contains mainly: green. Hex color #B9FC50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FC50 is #4603AF. Grayscale: #D4D4D4. Windows color (decimal): -4588464 or 5307577. OLE color: 5307577.

HSL color Cylindrical-coordinate representation of color #B9FC50: hue angle of 83.37º degrees, saturation: 0.97, 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 #B9FC50 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB 185 252 80 -
CMYK 0.27 0 0.68 0.01
HSL 83.37º 0.97% 0.65% -
HSV(B) 83.37º 0.68% 0.99% -
XYZ 56.27 80.51 20.16 -
YUV 212.36 53.3 108.49 -
System Red Green Blue C M Y K H S L
Decimal 185 252 80 0.27 0 0.68 0.01 83.37 0.97 0.65
Hex B9 FC 50 1B 0 44 1 53 61 41
Octal 271 374 120 33 0 104 1 123 141 101
Binary 10111001 11111100 1010000 11011 0 1000100 1 1010011 1100001 1000001

Color Harmonies of #B9FC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FC50

Black with #B9FC50

Text Example


Text Example

White with #B9FC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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