Html Css Color HEX #BFDF5F Conifer

📋 copy color: '#BFDF5F'

red 191 ◦ green 223 ◦ blue 95

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

Shades of Conifer #BFDF5F

Tints of Conifer #BFDF5F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.81%

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

R = 37.52%
G = 43.81%
B = 18.66%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#BFDF5F (or 0xBFDF5F) is known color: Conifer. HEX triplet: BF, DF and 5F. RGB value is (191,223,95). Sum of RGB (Red+Green+Blue) = 191+223+95=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 95 (37.5% from 255 or 18.66% from 509); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDF5F is #4020A0. Grayscale: #C7C7C7. Windows color (decimal): -4202657 or 6283199. OLE color: 6283199.

HSL color Cylindrical-coordinate representation of color #BFDF5F: hue angle of 75º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFDF5F is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 223 95 -
CMYK 0.14 0 0.57 0.13
HSL 75º 0.67% 0.62% -
HSV(B) 75º 0.57% 0.87% -
XYZ 49.94 64.68 20.68 -
YUV 198.84 69.4 122.41 -
System Red Green Blue C M Y K H S L
Decimal 191 223 95 0.14 0 0.57 0.13 75 0.67 0.62
Hex BF DF 5F E 0 39 D 4B 43 3E
Octal 277 337 137 16 0 71 15 113 103 76
Binary 10111111 11011111 1011111 1110 0 111001 1101 1001011 1000011 111110

Color Harmonies of #BFDF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDF5F

Black with #BFDF5F

Text Example


Text Example

White with #BFDF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDF5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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