Html Css Color HEX #BFDF65 Conifer

📋 copy color: '#BFDF65'

red 191 ◦ green 223 ◦ blue 101

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

Shades of Conifer #BFDF65

Tints of Conifer #BFDF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.61%

R = 37.09%
G = 43.3%
B = 19.61%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#BFDF65 (or 0xBFDF65) is known color: Conifer. HEX triplet: BF, DF and 65. RGB value is (191,223,101). Sum of RGB (Red+Green+Blue) = 191+223+101=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 223 (87.5% from 255 or 43.30% from 515); Blue value is 101 (39.84% from 255 or 19.61% from 515); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDF65 is #40209A. Grayscale: #C7C7C7. Windows color (decimal): -4202651 or 6676415. OLE color: 6676415.

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

Color convert

RGB 191 223 101 -
CMYK 0.14 0 0.55 0.13
HSL 75.74º 0.66% 0.64% -
HSV(B) 75.74º 0.55% 0.87% -
XYZ 50.22 64.79 22.17 -
YUV 199.52 72.4 121.92 -
System Red Green Blue C M Y K H S L
Decimal 191 223 101 0.14 0 0.55 0.13 75.74 0.66 0.64
Hex BF DF 65 E 0 37 D 4C 42 40
Octal 277 337 145 16 0 67 15 114 102 100
Binary 10111111 11011111 1100101 1110 0 110111 1101 1001100 1000010 1000000

Color Harmonies of #BFDF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDF65

Black with #BFDF65

Text Example


Text Example

White with #BFDF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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