Html Css Color HEX #BFDC51 Conifer

📋 copy color: '#BFDC51'

red 191 ◦ green 220 ◦ blue 81

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

Shades of Conifer #BFDC51

Tints of Conifer #BFDC51

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.72%

 BLUE value IS 81 (32.03% from 255) = 16.46%

R = 38.82%
G = 44.72%
B = 16.46%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#BFDC51 (or 0xBFDC51) is known color: Conifer. HEX triplet: BF, DC and 51. RGB value is (191,220,81). Sum of RGB (Red+Green+Blue) = 191+220+81=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 81 (32.03% from 255 or 16.46% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDC51 is #4023AE. Grayscale: #C4C4C4. Windows color (decimal): -4203439 or 5364927. OLE color: 5364927.

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

Color convert

RGB 191 220 81 -
CMYK 0.13 0 0.63 0.14
HSL 72.52º 0.67% 0.59% -
HSV(B) 72.52º 0.63% 0.86% -
XYZ 48.56 62.86 17.36 -
YUV 195.48 63.39 124.8 -
System Red Green Blue C M Y K H S L
Decimal 191 220 81 0.13 0 0.63 0.14 72.52 0.67 0.59
Hex BF DC 51 D 0 3F E 49 43 3B
Octal 277 334 121 15 0 77 16 111 103 73
Binary 10111111 11011100 1010001 1101 0 111111 1110 1001001 1000011 111011

Color Harmonies of #BFDC51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDC51

Black with #BFDC51

Text Example


Text Example

White with #BFDC51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDC51; }

 p { color: rgb(191,220,81); }

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

background-color css

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

 a { background-color: rgb(191,220,81); }

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

border-color css

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

 span { border-color: rgb(191,220,81); }

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