Html Css Color HEX #BFEC5A Conifer

📋 copy color: '#BFEC5A'

red 191 ◦ green 236 ◦ blue 90

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

Shades of Conifer #BFEC5A

Tints of Conifer #BFEC5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.41%

R = 36.94%
G = 45.65%
B = 17.41%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#BFEC5A (or 0xBFEC5A) is known color: Conifer. HEX triplet: BF, EC and 5A. RGB value is (191,236,90). Sum of RGB (Red+Green+Blue) = 191+236+90=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 236 (92.58% from 255 or 45.65% from 517); Blue value is 90 (35.55% from 255 or 17.41% from 517); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEC5A is #4013A5. Grayscale: #CECECE. Windows color (decimal): -4199334 or 5958847. OLE color: 5958847.

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

Color convert

RGB 191 236 90 -
CMYK 0.19 0 0.62 0.07
HSL 78.49º 0.79% 0.64% -
HSV(B) 78.49º 0.62% 0.93% -
XYZ 53.33 71.81 20.72 -
YUV 205.9 62.59 117.37 -
System Red Green Blue C M Y K H S L
Decimal 191 236 90 0.19 0 0.62 0.07 78.49 0.79 0.64
Hex BF EC 5A 13 0 3E 7 4E 4F 40
Octal 277 354 132 23 0 76 7 116 117 100
Binary 10111111 11101100 1011010 10011 0 111110 111 1001110 1001111 1000000

Color Harmonies of #BFEC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEC5A

Black with #BFEC5A

Text Example


Text Example

White with #BFEC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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