Html Css Color HEX #BFE95F Conifer

📋 copy color: '#BFE95F'

red 191 ◦ green 233 ◦ blue 95

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

Shades of Conifer #BFE95F

Tints of Conifer #BFE95F

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.89%

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

R = 36.8%
G = 44.89%
B = 18.3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#BFE95F (or 0xBFE95F) is known color: Conifer. HEX triplet: BF, E9 and 5F. RGB value is (191,233,95). Sum of RGB (Red+Green+Blue) = 191+233+95=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 233 (91.41% from 255 or 44.89% from 519); Blue value is 95 (37.5% from 255 or 18.30% from 519); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE95F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE95F is #4016A0. Grayscale: #CDCDCD. Windows color (decimal): -4200097 or 6285759. OLE color: 6285759.

HSL color Cylindrical-coordinate representation of color #BFE95F: hue angle of 78.26º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BFE95F is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 233 95 -
CMYK 0.18 0 0.59 0.09
HSL 78.26º 0.76% 0.64% -
HSV(B) 78.26º 0.59% 0.91% -
XYZ 52.69 70.18 21.6 -
YUV 204.71 66.09 118.22 -
System Red Green Blue C M Y K H S L
Decimal 191 233 95 0.18 0 0.59 0.09 78.26 0.76 0.64
Hex BF E9 5F 12 0 3B 9 4E 4C 40
Octal 277 351 137 22 0 73 11 116 114 100
Binary 10111111 11101001 1011111 10010 0 111011 1001 1001110 1001100 1000000

Color Harmonies of #BFE95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE95F

Black with #BFE95F

Text Example


Text Example

White with #BFE95F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE95F; }

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

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

background-color css

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

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

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

border-color css

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

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

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