Html Css Color HEX #BFF14E Conifer

📋 copy color: '#BFF14E'

red 191 ◦ green 241 ◦ blue 78

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

Shades of Conifer #BFF14E

Tints of Conifer #BFF14E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 15.29%

R = 37.45%
G = 47.25%
B = 15.29%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#BFF14E (or 0xBFF14E) is known color: Conifer. HEX triplet: BF, F1 and 4E. RGB value is (191,241,78). Sum of RGB (Red+Green+Blue) = 191+241+78=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 241 (94.53% from 255 or 47.25% from 510); Blue value is 78 (30.86% from 255 or 15.29% from 510); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF14E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF14E is #400EB1. Grayscale: #D0D0D0. Windows color (decimal): -4198066 or 5173695. OLE color: 5173695.

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

Color convert

RGB 191 241 78 -
CMYK 0.21 0 0.68 0.05
HSL 78.4º 0.85% 0.63% -
HSV(B) 78.4º 0.68% 0.95% -
XYZ 54.32 74.54 18.73 -
YUV 207.47 54.94 116.25 -
System Red Green Blue C M Y K H S L
Decimal 191 241 78 0.21 0 0.68 0.05 78.4 0.85 0.63
Hex BF F1 4E 15 0 44 5 4E 55 3F
Octal 277 361 116 25 0 104 5 116 125 77
Binary 10111111 11110001 1001110 10101 0 1000100 101 1001110 1010101 111111

Color Harmonies of #BFF14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF14E

Black with #BFF14E

Text Example


Text Example

White with #BFF14E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF14E; }

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

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

background-color css

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

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

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

border-color css

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

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

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