Html Css Color HEX #BFE65F Conifer

📋 copy color: '#BFE65F'

red 191 ◦ green 230 ◦ blue 95

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

Shades of Conifer #BFE65F

Tints of Conifer #BFE65F

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.57%

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

R = 37.02%
G = 44.57%
B = 18.41%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#BFE65F (or 0xBFE65F) is known color: Conifer. HEX triplet: BF, E6 and 5F. RGB value is (191,230,95). Sum of RGB (Red+Green+Blue) = 191+230+95=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 230 (90.23% from 255 or 44.57% from 516); Blue value is 95 (37.5% from 255 or 18.41% from 516); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE65F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE65F is #4019A0. Grayscale: #CBCBCB. Windows color (decimal): -4200865 or 6284991. OLE color: 6284991.

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

Color convert

RGB 191 230 95 -
CMYK 0.17 0 0.59 0.10
HSL 77.33º 0.73% 0.64% -
HSV(B) 77.33º 0.59% 0.9% -
XYZ 51.85 68.5 21.31 -
YUV 202.95 67.08 119.48 -
System Red Green Blue C M Y K H S L
Decimal 191 230 95 0.17 0 0.59 0.10 77.33 0.73 0.64
Hex BF E6 5F 11 0 3B A 4D 49 40
Octal 277 346 137 21 0 73 12 115 111 100
Binary 10111111 11100110 1011111 10001 0 111011 1010 1001101 1001001 1000000

Color Harmonies of #BFE65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE65F

Black with #BFE65F

Text Example


Text Example

White with #BFE65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE65F; }

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

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

background-color css

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

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

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

border-color css

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

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

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