Html Css Color HEX #BFDF5E Conifer

📋 copy color: '#BFDF5E'

red 191 ◦ green 223 ◦ blue 94

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

Shades of Conifer #BFDF5E

Tints of Conifer #BFDF5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.5%

R = 37.6%
G = 43.9%
B = 18.5%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#BFDF5E (or 0xBFDF5E) is known color: Conifer. HEX triplet: BF, DF and 5E. RGB value is (191,223,94). Sum of RGB (Red+Green+Blue) = 191+223+94=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 94 (37.11% from 255 or 18.50% from 508); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDF5E is #4020A1. Grayscale: #C7C7C7. Windows color (decimal): -4202658 or 6217663. OLE color: 6217663.

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

Color convert

RGB 191 223 94 -
CMYK 0.14 0 0.58 0.13
HSL 74.88º 0.67% 0.62% -
HSV(B) 74.88º 0.58% 0.87% -
XYZ 49.89 64.66 20.44 -
YUV 198.73 68.9 122.49 -
System Red Green Blue C M Y K H S L
Decimal 191 223 94 0.14 0 0.58 0.13 74.88 0.67 0.62
Hex BF DF 5E E 0 3A D 4B 43 3E
Octal 277 337 136 16 0 72 15 113 103 76
Binary 10111111 11011111 1011110 1110 0 111010 1101 1001011 1000011 111110

Color Harmonies of #BFDF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDF5E

Black with #BFDF5E

Text Example


Text Example

White with #BFDF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDF5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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