Html Css Color HEX #BFF14A Conifer

📋 copy color: '#BFF14A'

red 191 ◦ green 241 ◦ blue 74

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

Shades of Conifer #BFF14A

Tints of Conifer #BFF14A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.62%

R = 37.75%
G = 47.63%
B = 14.62%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#BFF14A (or 0xBFF14A) is known color: Conifer. HEX triplet: BF, F1 and 4A. RGB value is (191,241,74). Sum of RGB (Red+Green+Blue) = 191+241+74=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 74 (29.30% from 255 or 14.62% from 506); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF14A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF14A is #400EB5. Grayscale: #CFCFCF. Windows color (decimal): -4198070 or 4911551. OLE color: 4911551.

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

Color convert

RGB 191 241 74 -
CMYK 0.21 0 0.69 0.05
HSL 77.96º 0.86% 0.62% -
HSV(B) 77.96º 0.69% 0.95% -
XYZ 54.18 74.48 18 -
YUV 207.01 52.94 116.58 -
System Red Green Blue C M Y K H S L
Decimal 191 241 74 0.21 0 0.69 0.05 77.96 0.86 0.62
Hex BF F1 4A 15 0 45 5 4E 56 3E
Octal 277 361 112 25 0 105 5 116 126 76
Binary 10111111 11110001 1001010 10101 0 1000101 101 1001110 1010110 111110

Color Harmonies of #BFF14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF14A

Black with #BFF14A

Text Example


Text Example

White with #BFF14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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