Html Css Color HEX #BFF14F Conifer

📋 copy color: '#BFF14F'

red 191 ◦ green 241 ◦ blue 79

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

Shades of Conifer #BFF14F

Tints of Conifer #BFF14F

RGB

 RED value IS 191 (75% from 255) = 37.38%

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

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

R = 37.38%
G = 47.16%
B = 15.46%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#BFF14F (or 0xBFF14F) is known color: Conifer. HEX triplet: BF, F1 and 4F. RGB value is (191,241,79). Sum of RGB (Red+Green+Blue) = 191+241+79=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 79 (31.25% from 255 or 15.46% from 511); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF14F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF14F is #400EB0. Grayscale: #D0D0D0. Windows color (decimal): -4198065 or 5239231. OLE color: 5239231.

HSL color Cylindrical-coordinate representation of color #BFF14F: hue angle of 78.52º 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 #BFF14F is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 241 79 -
CMYK 0.21 0 0.67 0.05
HSL 78.52º 0.85% 0.63% -
HSV(B) 78.52º 0.67% 0.95% -
XYZ 54.35 74.55 18.92 -
YUV 207.58 55.44 116.17 -
System Red Green Blue C M Y K H S L
Decimal 191 241 79 0.21 0 0.67 0.05 78.52 0.85 0.63
Hex BF F1 4F 15 0 43 5 4F 55 3F
Octal 277 361 117 25 0 103 5 117 125 77
Binary 10111111 11110001 1001111 10101 0 1000011 101 1001111 1010101 111111

Color Harmonies of #BFF14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF14F

Black with #BFF14F

Text Example


Text Example

White with #BFF14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF14F; }

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

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

background-color css

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

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

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

border-color css

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

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

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