Html Css Color HEX #BFDA50 Conifer

📋 copy color: '#BFDA50'

red 191 ◦ green 218 ◦ blue 80

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

Shades of Conifer #BFDA50

Tints of Conifer #BFDA50

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.58%

 BLUE value IS 80 (31.64% from 255) = 16.36%

R = 39.06%
G = 44.58%
B = 16.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#BFDA50 (or 0xBFDA50) is known color: Conifer. HEX triplet: BF, DA and 50. RGB value is (191,218,80). Sum of RGB (Red+Green+Blue) = 191+218+80=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 80 (31.64% from 255 or 16.36% from 489); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDA50 is #4025AF. Grayscale: #C2C2C2. Windows color (decimal): -4203952 or 5298879. OLE color: 5298879.

HSL color Cylindrical-coordinate representation of color #BFDA50: hue angle of 71.74º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFDA50 is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 218 80 -
CMYK 0.12 0 0.63 0.15
HSL 71.74º 0.65% 0.58% -
HSV(B) 71.74º 0.63% 0.85% -
XYZ 48.01 61.8 16.99 -
YUV 194.2 63.55 125.72 -
System Red Green Blue C M Y K H S L
Decimal 191 218 80 0.12 0 0.63 0.15 71.74 0.65 0.58
Hex BF DA 50 C 0 3F F 48 41 3A
Octal 277 332 120 14 0 77 17 110 101 72
Binary 10111111 11011010 1010000 1100 0 111111 1111 1001000 1000001 111010

Color Harmonies of #BFDA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDA50

Black with #BFDA50

Text Example


Text Example

White with #BFDA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDA50; }

 p { color: rgb(191,218,80); }

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

background-color css

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

 a { background-color: rgb(191,218,80); }

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

border-color css

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

 span { border-color: rgb(191,218,80); }

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