Html Css Color HEX #BFDC54 Conifer

📋 copy color: '#BFDC54'

red 191 ◦ green 220 ◦ blue 84

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

Shades of Conifer #BFDC54

Tints of Conifer #BFDC54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.97%

R = 38.59%
G = 44.44%
B = 16.97%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#BFDC54 (or 0xBFDC54) is known color: Conifer. HEX triplet: BF, DC and 54. RGB value is (191,220,84). Sum of RGB (Red+Green+Blue) = 191+220+84=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 84 (33.20% from 255 or 16.97% from 495); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDC54 is #4023AB. Grayscale: #C4C4C4. Windows color (decimal): -4203436 or 5561535. OLE color: 5561535.

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

Color convert

RGB 191 220 84 -
CMYK 0.13 0 0.62 0.14
HSL 72.79º 0.66% 0.6% -
HSV(B) 72.79º 0.62% 0.86% -
XYZ 48.68 62.9 17.96 -
YUV 195.83 64.89 124.56 -
System Red Green Blue C M Y K H S L
Decimal 191 220 84 0.13 0 0.62 0.14 72.79 0.66 0.6
Hex BF DC 54 D 0 3E E 49 42 3C
Octal 277 334 124 15 0 76 16 111 102 74
Binary 10111111 11011100 1010100 1101 0 111110 1110 1001001 1000010 111100

Color Harmonies of #BFDC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDC54

Black with #BFDC54

Text Example


Text Example

White with #BFDC54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDC54; }

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

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

background-color css

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

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

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

border-color css

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

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

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