Html Css Color HEX #BFEC49 Conifer

📋 copy color: '#BFEC49'

red 191 ◦ green 236 ◦ blue 73

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

Shades of Conifer #BFEC49

Tints of Conifer #BFEC49

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.2%

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

R = 38.2%
G = 47.2%
B = 14.6%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#BFEC49 (or 0xBFEC49) is known color: Conifer. HEX triplet: BF, EC and 49. RGB value is (191,236,73). Sum of RGB (Red+Green+Blue) = 191+236+73=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 73 (28.91% from 255 or 14.6% from 500); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEC49 is #4013B6. Grayscale: #CCCCCC. Windows color (decimal): -4199351 or 4844735. OLE color: 4844735.

HSL color Cylindrical-coordinate representation of color #BFEC49: hue angle of 76.56º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFEC49 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 236 73 -
CMYK 0.19 0 0.69 0.07
HSL 76.56º 0.81% 0.61% -
HSV(B) 76.56º 0.69% 0.93% -
XYZ 52.68 71.55 17.34 -
YUV 203.96 54.09 118.75 -
System Red Green Blue C M Y K H S L
Decimal 191 236 73 0.19 0 0.69 0.07 76.56 0.81 0.61
Hex BF EC 49 13 0 45 7 4D 51 3D
Octal 277 354 111 23 0 105 7 115 121 75
Binary 10111111 11101100 1001001 10011 0 1000101 111 1001101 1010001 111101

Color Harmonies of #BFEC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEC49

Black with #BFEC49

Text Example


Text Example

White with #BFEC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEC49; }

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

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

background-color css

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

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

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

border-color css

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

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

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