Html Css Color HEX #BFE061 Conifer

📋 copy color: '#BFE061'

red 191 ◦ green 224 ◦ blue 97

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

Shades of Conifer #BFE061

Tints of Conifer #BFE061

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.75%

 BLUE value IS 97 (38.28% from 255) = 18.95%

R = 37.3%
G = 43.75%
B = 18.95%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#BFE061 (or 0xBFE061) is known color: Conifer. HEX triplet: BF, E0 and 61. RGB value is (191,224,97). Sum of RGB (Red+Green+Blue) = 191+224+97=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 224 (87.89% from 255 or 43.75% from 512); Blue value is 97 (38.28% from 255 or 18.95% from 512); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE061 is #401F9E. Grayscale: #C8C8C8. Windows color (decimal): -4202399 or 6414527. OLE color: 6414527.

HSL color Cylindrical-coordinate representation of color #BFE061: hue angle of 75.59º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFE061 is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 224 97 -
CMYK 0.15 0 0.57 0.12
HSL 75.59º 0.67% 0.63% -
HSV(B) 75.59º 0.57% 0.88% -
XYZ 50.3 65.25 21.25 -
YUV 199.66 70.07 121.83 -
System Red Green Blue C M Y K H S L
Decimal 191 224 97 0.15 0 0.57 0.12 75.59 0.67 0.63
Hex BF E0 61 F 0 39 C 4C 43 3F
Octal 277 340 141 17 0 71 14 114 103 77
Binary 10111111 11100000 1100001 1111 0 111001 1100 1001100 1000011 111111

Color Harmonies of #BFE061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE061

Black with #BFE061

Text Example


Text Example

White with #BFE061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE061; }

 p { color: rgb(191,224,97); }

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

background-color css

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

 a { background-color: rgb(191,224,97); }

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

border-color css

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

 span { border-color: rgb(191,224,97); }

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