Html Css Color HEX #BFDE61 Conifer

📋 copy color: '#BFDE61'

red 191 ◦ green 222 ◦ blue 97

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

Shades of Conifer #BFDE61

Tints of Conifer #BFDE61

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.53%

 BLUE value IS 97 (38.28% from 255) = 19.02%

R = 37.45%
G = 43.53%
B = 19.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#BFDE61 (or 0xBFDE61) is known color: Conifer. HEX triplet: BF, DE and 61. RGB value is (191,222,97). Sum of RGB (Red+Green+Blue) = 191+222+97=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 222 (87.11% from 255 or 43.53% from 510); Blue value is 97 (38.28% from 255 or 19.02% from 510); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDE61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDE61 is #40219E. Grayscale: #C6C6C6. Windows color (decimal): -4202911 or 6414015. OLE color: 6414015.

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

Color convert

RGB 191 222 97 -
CMYK 0.14 0 0.56 0.13
HSL 74.88º 0.65% 0.63% -
HSV(B) 74.88º 0.56% 0.87% -
XYZ 49.76 64.18 21.07 -
YUV 198.48 70.73 122.66 -
System Red Green Blue C M Y K H S L
Decimal 191 222 97 0.14 0 0.56 0.13 74.88 0.65 0.63
Hex BF DE 61 E 0 38 D 4B 41 3F
Octal 277 336 141 16 0 70 15 113 101 77
Binary 10111111 11011110 1100001 1110 0 111000 1101 1001011 1000001 111111

Color Harmonies of #BFDE61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDE61

Black with #BFDE61

Text Example


Text Example

White with #BFDE61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDE61; }

 p { color: rgb(191,222,97); }

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

background-color css

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

 a { background-color: rgb(191,222,97); }

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

border-color css

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

 span { border-color: rgb(191,222,97); }

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