Html Css Color HEX #BFE056 Conifer

📋 copy color: '#BFE056'

red 191 ◦ green 224 ◦ blue 86

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

Shades of Conifer #BFE056

Tints of Conifer #BFE056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 17.17%

R = 38.12%
G = 44.71%
B = 17.17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#BFE056 (or 0xBFE056) is known color: Conifer. HEX triplet: BF, E0 and 56. RGB value is (191,224,86). Sum of RGB (Red+Green+Blue) = 191+224+86=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 224 (87.89% from 255 or 44.71% from 501); Blue value is 86 (33.98% from 255 or 17.17% from 501); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE056 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE056 is #401FA9. Grayscale: #C6C6C6. Windows color (decimal): -4202410 or 5693631. OLE color: 5693631.

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

Color convert

RGB 191 224 86 -
CMYK 0.15 0 0.62 0.12
HSL 74.35º 0.69% 0.61% -
HSV(B) 74.35º 0.62% 0.88% -
XYZ 49.82 65.06 18.74 -
YUV 198.4 64.57 122.72 -
System Red Green Blue C M Y K H S L
Decimal 191 224 86 0.15 0 0.62 0.12 74.35 0.69 0.61
Hex BF E0 56 F 0 3E C 4A 45 3D
Octal 277 340 126 17 0 76 14 112 105 75
Binary 10111111 11100000 1010110 1111 0 111110 1100 1001010 1000101 111101

Color Harmonies of #BFE056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE056

Black with #BFE056

Text Example


Text Example

White with #BFE056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE056; }

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

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

background-color css

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

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

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

border-color css

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

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

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