Html Css Color HEX #B9F850 Conifer

📋 copy color: '#B9F850'

red 185 ◦ green 248 ◦ blue 80

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

Shades of Conifer #B9F850

Tints of Conifer #B9F850

RGB

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

 GREEN value IS 248 (97.27% from 255) = 48.34%

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

R = 36.06%
G = 48.34%
B = 15.59%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#B9F850 (or 0xB9F850) is known color: Conifer. HEX triplet: B9, F8 and 50. RGB value is (185,248,80). Sum of RGB (Red+Green+Blue) = 185+248+80=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 248 (97.27% from 255 or 48.34% from 513); Blue value is 80 (31.64% from 255 or 15.59% from 513); Max value from RGB is 248 - color contains mainly: green. Hex color #B9F850 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F850 is #4607AF. Grayscale: #D2D2D2. Windows color (decimal): -4589488 or 5306553. OLE color: 5306553.

HSL color Cylindrical-coordinate representation of color #B9F850: hue angle of 82.5º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B9F850 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 185 248 80 -
CMYK 0.25 0 0.68 0.03
HSL 82.5º 0.92% 0.64% -
HSV(B) 82.5º 0.68% 0.97% -
XYZ 55.02 78.03 19.75 -
YUV 210.01 54.63 110.16 -
System Red Green Blue C M Y K H S L
Decimal 185 248 80 0.25 0 0.68 0.03 82.5 0.92 0.64
Hex B9 F8 50 19 0 44 3 52 5C 40
Octal 271 370 120 31 0 104 3 122 134 100
Binary 10111001 11111000 1010000 11001 0 1000100 11 1010010 1011100 1000000

Color Harmonies of #B9F850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F850

Black with #B9F850

Text Example


Text Example

White with #B9F850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F850; }

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

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

background-color css

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

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

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

border-color css

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

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

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