Html Css Color HEX #BFFD5F Conifer

📋 copy color: '#BFFD5F'

red 191 ◦ green 253 ◦ blue 95

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

Shades of Conifer #BFFD5F

Tints of Conifer #BFFD5F

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46.94%

 BLUE value IS 95 (37.5% from 255) = 17.63%

R = 35.44%
G = 46.94%
B = 17.63%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#BFFD5F (or 0xBFFD5F) is known color: Conifer. HEX triplet: BF, FD and 5F. RGB value is (191,253,95). Sum of RGB (Red+Green+Blue) = 191+253+95=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 253 (99.22% from 255 or 46.94% from 539); Blue value is 95 (37.5% from 255 or 17.63% from 539); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFD5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFD5F is #4002A0. Grayscale: #D9D9D9. Windows color (decimal): -4194977 or 6290879. OLE color: 6290879.

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

Color convert

RGB 191 253 95 -
CMYK 0.25 0 0.62 0.01
HSL 83.54º 0.98% 0.68% -
HSV(B) 83.54º 0.62% 0.99% -
XYZ 58.68 82.15 23.59 -
YUV 216.45 59.46 109.85 -
System Red Green Blue C M Y K H S L
Decimal 191 253 95 0.25 0 0.62 0.01 83.54 0.98 0.68
Hex BF FD 5F 19 0 3E 1 54 62 44
Octal 277 375 137 31 0 76 1 124 142 104
Binary 10111111 11111101 1011111 11001 0 111110 1 1010100 1100010 1000100

Color Harmonies of #BFFD5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFD5F

Black with #BFFD5F

Text Example


Text Example

White with #BFFD5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFD5F; }

 p { color: rgb(191,253,95); }

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

background-color css

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

 a { background-color: rgb(191,253,95); }

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

border-color css

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

 span { border-color: rgb(191,253,95); }

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