Html Css Color HEX #BFE546 Conifer

📋 copy color: '#BFE546'

red 191 ◦ green 229 ◦ blue 70

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

Shades of Conifer #BFE546

Tints of Conifer #BFE546

RGB

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

 GREEN value IS 229 (89.84% from 255) = 46.73%

 BLUE value IS 70 (27.73% from 255) = 14.29%

R = 38.98%
G = 46.73%
B = 14.29%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#BFE546 (or 0xBFE546) is known color: Conifer. HEX triplet: BF, E5 and 46. RGB value is (191,229,70). Sum of RGB (Red+Green+Blue) = 191+229+70=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 229 (89.84% from 255 or 46.73% from 490); Blue value is 70 (27.73% from 255 or 14.29% from 490); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE546 is #401AB9. Grayscale: #C8C8C8. Windows color (decimal): -4201146 or 4646335. OLE color: 4646335.

HSL color Cylindrical-coordinate representation of color #BFE546: hue angle of 74.34º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFE546 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 229 70 -
CMYK 0.17 0 0.69 0.10
HSL 74.34º 0.75% 0.59% -
HSV(B) 74.34º 0.69% 0.9% -
XYZ 50.61 67.56 16.17 -
YUV 199.51 54.91 121.93 -
System Red Green Blue C M Y K H S L
Decimal 191 229 70 0.17 0 0.69 0.10 74.34 0.75 0.59
Hex BF E5 46 11 0 45 A 4A 4B 3B
Octal 277 345 106 21 0 105 12 112 113 73
Binary 10111111 11100101 1000110 10001 0 1000101 1010 1001010 1001011 111011

Color Harmonies of #BFE546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE546

Black with #BFE546

Text Example


Text Example

White with #BFE546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE546; }

 p { color: rgb(191,229,70); }

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

background-color css

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

 a { background-color: rgb(191,229,70); }

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

border-color css

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

 span { border-color: rgb(191,229,70); }

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