Html Css Color HEX #BFFE5D Conifer

📋 copy color: '#BFFE5D'

red 191 ◦ green 254 ◦ blue 93

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

Shades of Conifer #BFFE5D

Tints of Conifer #BFFE5D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.21%

 BLUE value IS 93 (36.72% from 255) = 17.29%

R = 35.5%
G = 47.21%
B = 17.29%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#BFFE5D (or 0xBFFE5D) is known color: Conifer. HEX triplet: BF, FE and 5D. RGB value is (191,254,93). Sum of RGB (Red+Green+Blue) = 191+254+93=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 254 (99.61% from 255 or 47.21% from 538); Blue value is 93 (36.72% from 255 or 17.29% from 538); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFE5D is #4001A2. Grayscale: #D9D9D9. Windows color (decimal): -4194723 or 6160063. OLE color: 6160063.

HSL color Cylindrical-coordinate representation of color #BFFE5D: hue angle of 83.48º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFFE5D is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.

Color convert

RGB 191 254 93 -
CMYK 0.25 0 0.63 0.00
HSL 83.48º 0.99% 0.68% -
HSV(B) 83.48º 0.63% 1% -
XYZ 58.9 82.75 23.22 -
YUV 216.81 58.13 109.59 -
System Red Green Blue C M Y K H S L
Decimal 191 254 93 0.25 0 0.63 0.00 83.48 0.99 0.68
Hex BF FE 5D 19 0 3F 0 53 63 44
Octal 277 376 135 31 0 77 0 123 143 104
Binary 10111111 11111110 1011101 11001 0 111111 0 1010011 1100011 1000100

Color Harmonies of #BFFE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFE5D

Black with #BFFE5D

Text Example


Text Example

White with #BFFE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFE5D; }

 p { color: rgb(191,254,93); }

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

background-color css

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

 a { background-color: rgb(191,254,93); }

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

border-color css

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

 span { border-color: rgb(191,254,93); }

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