Html Css Color HEX #B9F14F Conifer

📋 copy color: '#B9F14F'

red 185 ◦ green 241 ◦ blue 79

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

Shades of Conifer #B9F14F

Tints of Conifer #B9F14F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.72%

 BLUE value IS 79 (31.25% from 255) = 15.64%

R = 36.63%
G = 47.72%
B = 15.64%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#B9F14F (or 0xB9F14F) is known color: Conifer. HEX triplet: B9, F1 and 4F. RGB value is (185,241,79). Sum of RGB (Red+Green+Blue) = 185+241+79=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 241 (94.53% from 255 or 47.72% from 505); Blue value is 79 (31.25% from 255 or 15.64% from 505); Max value from RGB is 241 - color contains mainly: green. Hex color #B9F14F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F14F is #460EB0. Grayscale: #CECECE. Windows color (decimal): -4591281 or 5239225. OLE color: 5239225.

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

Color convert

RGB 185 241 79 -
CMYK 0.23 0 0.67 0.05
HSL 80.74º 0.85% 0.63% -
HSV(B) 80.74º 0.67% 0.95% -
XYZ 52.87 73.79 18.85 -
YUV 205.79 56.45 113.17 -
System Red Green Blue C M Y K H S L
Decimal 185 241 79 0.23 0 0.67 0.05 80.74 0.85 0.63
Hex B9 F1 4F 17 0 43 5 51 55 3F
Octal 271 361 117 27 0 103 5 121 125 77
Binary 10111001 11110001 1001111 10111 0 1000011 101 1010001 1010101 111111

Color Harmonies of #B9F14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F14F

Black with #B9F14F

Text Example


Text Example

White with #B9F14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F14F; }

 p { color: rgb(185,241,79); }

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

background-color css

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

 a { background-color: rgb(185,241,79); }

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

border-color css

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

 span { border-color: rgb(185,241,79); }

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