Html Css Color HEX #BFEC64 Conifer

📋 copy color: '#BFEC64'

red 191 ◦ green 236 ◦ blue 100

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

Shades of Conifer #BFEC64

Tints of Conifer #BFEC64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.98%

R = 36.24%
G = 44.78%
B = 18.98%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#BFEC64 (or 0xBFEC64) is known color: Conifer. HEX triplet: BF, EC and 64. RGB value is (191,236,100). Sum of RGB (Red+Green+Blue) = 191+236+100=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 236 (92.58% from 255 or 44.78% from 527); Blue value is 100 (39.45% from 255 or 18.98% from 527); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEC64 is #40139B. Grayscale: #CFCFCF. Windows color (decimal): -4199324 or 6614207. OLE color: 6614207.

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

Color convert

RGB 191 236 100 -
CMYK 0.19 0 0.58 0.07
HSL 79.85º 0.78% 0.66% -
HSV(B) 79.85º 0.58% 0.93% -
XYZ 53.78 71.99 23.12 -
YUV 207.04 67.59 116.56 -
System Red Green Blue C M Y K H S L
Decimal 191 236 100 0.19 0 0.58 0.07 79.85 0.78 0.66
Hex BF EC 64 13 0 3A 7 50 4E 42
Octal 277 354 144 23 0 72 7 120 116 102
Binary 10111111 11101100 1100100 10011 0 111010 111 1010000 1001110 1000010

Color Harmonies of #BFEC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEC64

Black with #BFEC64

Text Example


Text Example

White with #BFEC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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