Html Css Color HEX #BFFC4F Conifer

📋 copy color: '#BFFC4F'

red 191 ◦ green 252 ◦ blue 79

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

Shades of Conifer #BFFC4F

Tints of Conifer #BFFC4F

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.28%

 BLUE value IS 79 (31.25% from 255) = 15.13%

R = 36.59%
G = 48.28%
B = 15.13%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#BFFC4F (or 0xBFFC4F) is known color: Conifer. HEX triplet: BF, FC and 4F. RGB value is (191,252,79). Sum of RGB (Red+Green+Blue) = 191+252+79=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 252 (98.83% from 255 or 48.28% from 522); Blue value is 79 (31.25% from 255 or 15.13% from 522); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC4F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFC4F is #4003B0. Grayscale: #D6D6D6. Windows color (decimal): -4195249 or 5242047. OLE color: 5242047.

HSL color Cylindrical-coordinate representation of color #BFFC4F: hue angle of 81.16º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFFC4F is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 252 79 -
CMYK 0.24 0 0.69 0.01
HSL 81.16º 0.97% 0.65% -
HSV(B) 81.16º 0.69% 0.99% -
XYZ 57.71 81.26 20.04 -
YUV 214.04 51.79 111.57 -
System Red Green Blue C M Y K H S L
Decimal 191 252 79 0.24 0 0.69 0.01 81.16 0.97 0.65
Hex BF FC 4F 18 0 45 1 51 61 41
Octal 277 374 117 30 0 105 1 121 141 101
Binary 10111111 11111100 1001111 11000 0 1000101 1 1010001 1100001 1000001

Color Harmonies of #BFFC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFC4F

Black with #BFFC4F

Text Example


Text Example

White with #BFFC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFC4F; }

 p { color: rgb(191,252,79); }

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

background-color css

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

 a { background-color: rgb(191,252,79); }

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

border-color css

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

 span { border-color: rgb(191,252,79); }

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