Html Css Color HEX #BFE05F Conifer

📋 copy color: '#BFE05F'

red 191 ◦ green 224 ◦ blue 95

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

Shades of Conifer #BFE05F

Tints of Conifer #BFE05F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.63%

R = 37.45%
G = 43.92%
B = 18.63%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#BFE05F (or 0xBFE05F) is known color: Conifer. HEX triplet: BF, E0 and 5F. RGB value is (191,224,95). Sum of RGB (Red+Green+Blue) = 191+224+95=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 224 (87.89% from 255 or 43.92% from 510); Blue value is 95 (37.5% from 255 or 18.63% from 510); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE05F is #401FA0. Grayscale: #C7C7C7. Windows color (decimal): -4202401 or 6283455. OLE color: 6283455.

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

Color convert

RGB 191 224 95 -
CMYK 0.15 0 0.58 0.12
HSL 75.35º 0.68% 0.63% -
HSV(B) 75.35º 0.58% 0.88% -
XYZ 50.21 65.21 20.77 -
YUV 199.43 69.07 121.99 -
System Red Green Blue C M Y K H S L
Decimal 191 224 95 0.15 0 0.58 0.12 75.35 0.68 0.63
Hex BF E0 5F F 0 3A C 4B 44 3F
Octal 277 340 137 17 0 72 14 113 104 77
Binary 10111111 11100000 1011111 1111 0 111010 1100 1001011 1000100 111111

Color Harmonies of #BFE05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE05F

Black with #BFE05F

Text Example


Text Example

White with #BFE05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE05F; }

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

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

background-color css

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

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

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

border-color css

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

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

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