Html Css Color HEX #BFEC5E Conifer

📋 copy color: '#BFEC5E'

red 191 ◦ green 236 ◦ blue 94

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

Shades of Conifer #BFEC5E

Tints of Conifer #BFEC5E

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.3%

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

R = 36.66%
G = 45.3%
B = 18.04%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#BFEC5E (or 0xBFEC5E) is known color: Conifer. HEX triplet: BF, EC and 5E. RGB value is (191,236,94). Sum of RGB (Red+Green+Blue) = 191+236+94=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 236 (92.58% from 255 or 45.30% from 521); Blue value is 94 (37.11% from 255 or 18.04% from 521); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEC5E is #4013A1. Grayscale: #CECECE. Windows color (decimal): -4199330 or 6220991. OLE color: 6220991.

HSL color Cylindrical-coordinate representation of color #BFEC5E: hue angle of 79.01º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFEC5E is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 236 94 -
CMYK 0.19 0 0.60 0.07
HSL 79.01º 0.79% 0.65% -
HSV(B) 79.01º 0.6% 0.93% -
XYZ 53.5 71.88 21.64 -
YUV 206.36 64.59 117.05 -
System Red Green Blue C M Y K H S L
Decimal 191 236 94 0.19 0 0.60 0.07 79.01 0.79 0.65
Hex BF EC 5E 13 0 3C 7 4F 4F 41
Octal 277 354 136 23 0 74 7 117 117 101
Binary 10111111 11101100 1011110 10011 0 111100 111 1001111 1001111 1000001

Color Harmonies of #BFEC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEC5E

Black with #BFEC5E

Text Example


Text Example

White with #BFEC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEC5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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