Html Css Color HEX #BFE249 Conifer

📋 copy color: '#BFE249'

red 191 ◦ green 226 ◦ blue 73

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

Shades of Conifer #BFE249

Tints of Conifer #BFE249

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.12%

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

R = 38.98%
G = 46.12%
B = 14.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#BFE249 (or 0xBFE249) is known color: Conifer. HEX triplet: BF, E2 and 49. RGB value is (191,226,73). Sum of RGB (Red+Green+Blue) = 191+226+73=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 226 (88.67% from 255 or 46.12% from 490); Blue value is 73 (28.91% from 255 or 14.90% from 490); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE249 is #401DB6. Grayscale: #C6C6C6. Windows color (decimal): -4201911 or 4842175. OLE color: 4842175.

HSL color Cylindrical-coordinate representation of color #BFE249: hue angle of 73.73º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFE249 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 226 73 -
CMYK 0.15 0 0.68 0.11
HSL 73.73º 0.73% 0.59% -
HSV(B) 73.73º 0.68% 0.89% -
XYZ 49.88 65.95 16.4 -
YUV 198.09 57.4 122.94 -
System Red Green Blue C M Y K H S L
Decimal 191 226 73 0.15 0 0.68 0.11 73.73 0.73 0.59
Hex BF E2 49 F 0 44 B 4A 49 3B
Octal 277 342 111 17 0 104 13 112 111 73
Binary 10111111 11100010 1001001 1111 0 1000100 1011 1001010 1001001 111011

Color Harmonies of #BFE249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE249

Black with #BFE249

Text Example


Text Example

White with #BFE249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE249; }

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

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

background-color css

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

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

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

border-color css

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

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

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