Html Css Color HEX #BFE060 Conifer

📋 copy color: '#BFE060'

red 191 ◦ green 224 ◦ blue 96

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

Shades of Conifer #BFE060

Tints of Conifer #BFE060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.79%

R = 37.38%
G = 43.84%
B = 18.79%

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

#BFE060 (or 0xBFE060) is known color: Conifer. HEX triplet: BF, E0 and 60. RGB value is (191,224,96). Sum of RGB (Red+Green+Blue) = 191+224+96=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 224 (87.89% from 255 or 43.84% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE060 is #401F9F. Grayscale: #C8C8C8. Windows color (decimal): -4202400 or 6348991. OLE color: 6348991.

HSL color Cylindrical-coordinate representation of color #BFE060: hue angle of 75.47º 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 #BFE060 is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 224 96 -
CMYK 0.15 0 0.57 0.12
HSL 75.47º 0.67% 0.63% -
HSV(B) 75.47º 0.57% 0.88% -
XYZ 50.25 65.23 21.01 -
YUV 199.54 69.57 121.91 -
System Red Green Blue C M Y K H S L
Decimal 191 224 96 0.15 0 0.57 0.12 75.47 0.67 0.63
Hex BF E0 60 F 0 39 C 4B 43 3F
Octal 277 340 140 17 0 71 14 113 103 77
Binary 10111111 11100000 1100000 1111 0 111001 1100 1001011 1000011 111111

Color Harmonies of #BFE060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE060

Black with #BFE060

Text Example


Text Example

White with #BFE060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE060; }

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

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

background-color css

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

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

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

border-color css

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

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

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