Html Css Color HEX #BFEB5E Conifer

📋 copy color: '#BFEB5E'

red 191 ◦ green 235 ◦ blue 94

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

Shades of Conifer #BFEB5E

Tints of Conifer #BFEB5E

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.19%

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

R = 36.73%
G = 45.19%
B = 18.08%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#BFEB5E (or 0xBFEB5E) is known color: Conifer. HEX triplet: BF, EB and 5E. RGB value is (191,235,94). Sum of RGB (Red+Green+Blue) = 191+235+94=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 235 (92.19% from 255 or 45.19% from 520); Blue value is 94 (37.11% from 255 or 18.08% from 520); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEB5E is #4014A1. Grayscale: #CECECE. Windows color (decimal): -4199586 or 6220735. OLE color: 6220735.

HSL color Cylindrical-coordinate representation of color #BFEB5E: hue angle of 78.72º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFEB5E is Cyan = 0.19, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 235 94 -
CMYK 0.19 0 0.6 0.08
HSL 78.72º 0.78% 0.65% -
HSV(B) 78.72º 0.6% 0.92% -
XYZ 53.21 71.3 21.55 -
YUV 205.77 64.92 117.46 -
System Red Green Blue C M Y K H S L
Decimal 191 235 94 0.19 0 0.6 0.08 78.72 0.78 0.65
Hex BF EB 5E 13 0 3C 8 4F 4E 41
Octal 277 353 136 23 0 74 10 117 116 101
Binary 10111111 11101011 1011110 10011 0 111100 1000 1001111 1001110 1000001

Color Harmonies of #BFEB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEB5E

Black with #BFEB5E

Text Example


Text Example

White with #BFEB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEB5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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