Html Css Color HEX #BFF949 Conifer

📋 copy color: '#BFF949'

red 191 ◦ green 249 ◦ blue 73

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

Shades of Conifer #BFF949

Tints of Conifer #BFF949

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.54%

 BLUE value IS 73 (28.91% from 255) = 14.23%

R = 37.23%
G = 48.54%
B = 14.23%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#BFF949 (or 0xBFF949) is known color: Conifer. HEX triplet: BF, F9 and 49. RGB value is (191,249,73). Sum of RGB (Red+Green+Blue) = 191+249+73=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 249 (97.66% from 255 or 48.54% from 513); Blue value is 73 (28.91% from 255 or 14.23% from 513); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF949 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF949 is #4006B6. Grayscale: #D4D4D4. Windows color (decimal): -4196023 or 4848063. OLE color: 4848063.

HSL color Cylindrical-coordinate representation of color #BFF949: hue angle of 79.77º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFF949 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 249 73 -
CMYK 0.23 0 0.71 0.02
HSL 79.77º 0.94% 0.63% -
HSV(B) 79.77º 0.71% 0.98% -
XYZ 56.56 79.31 18.63 -
YUV 211.59 49.78 113.31 -
System Red Green Blue C M Y K H S L
Decimal 191 249 73 0.23 0 0.71 0.02 79.77 0.94 0.63
Hex BF F9 49 17 0 47 2 50 5E 3F
Octal 277 371 111 27 0 107 2 120 136 77
Binary 10111111 11111001 1001001 10111 0 1000111 10 1010000 1011110 111111

Color Harmonies of #BFF949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF949

Black with #BFF949

Text Example


Text Example

White with #BFF949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF949; }

 p { color: rgb(191,249,73); }

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

background-color css

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

 a { background-color: rgb(191,249,73); }

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

border-color css

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

 span { border-color: rgb(191,249,73); }

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