Html Css Color HEX #BFE85E Conifer

📋 copy color: '#BFE85E'

red 191 ◦ green 232 ◦ blue 94

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

Shades of Conifer #BFE85E

Tints of Conifer #BFE85E

RGB

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

 GREEN value IS 232 (91.02% from 255) = 44.87%

 BLUE value IS 94 (37.11% from 255) = 18.18%

R = 36.94%
G = 44.87%
B = 18.18%

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

#BFE85E (or 0xBFE85E) is known color: Conifer. HEX triplet: BF, E8 and 5E. RGB value is (191,232,94). Sum of RGB (Red+Green+Blue) = 191+232+94=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 232 (91.02% from 255 or 44.87% from 517); Blue value is 94 (37.11% from 255 or 18.18% from 517); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE85E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE85E is #4017A1. Grayscale: #CCCCCC. Windows color (decimal): -4200354 or 6219967. OLE color: 6219967.

HSL color Cylindrical-coordinate representation of color #BFE85E: hue angle of 77.83º degrees, saturation: 0.75, 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 #BFE85E is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 232 94 -
CMYK 0.18 0 0.59 0.09
HSL 77.83º 0.75% 0.64% -
HSV(B) 77.83º 0.59% 0.91% -
XYZ 52.36 69.6 21.26 -
YUV 204.01 65.92 118.72 -
System Red Green Blue C M Y K H S L
Decimal 191 232 94 0.18 0 0.59 0.09 77.83 0.75 0.64
Hex BF E8 5E 12 0 3B 9 4E 4B 40
Octal 277 350 136 22 0 73 11 116 113 100
Binary 10111111 11101000 1011110 10010 0 111011 1001 1001110 1001011 1000000

Color Harmonies of #BFE85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE85E

Black with #BFE85E

Text Example


Text Example

White with #BFE85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE85E; }

 p { color: rgb(191,232,94); }

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

background-color css

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

 a { background-color: rgb(191,232,94); }

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

border-color css

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

 span { border-color: rgb(191,232,94); }

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