Html Css Color HEX #BFDC53 Conifer

📋 copy color: '#BFDC53'

red 191 ◦ green 220 ◦ blue 83

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

Shades of Conifer #BFDC53

Tints of Conifer #BFDC53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.8%

R = 38.66%
G = 44.53%
B = 16.8%

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

#BFDC53 (or 0xBFDC53) is known color: Conifer. HEX triplet: BF, DC and 53. RGB value is (191,220,83). Sum of RGB (Red+Green+Blue) = 191+220+83=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 83 (32.81% from 255 or 16.80% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDC53 is #4023AC. Grayscale: #C4C4C4. Windows color (decimal): -4203437 or 5495999. OLE color: 5495999.

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

Color convert

RGB 191 220 83 -
CMYK 0.13 0 0.62 0.14
HSL 72.7º 0.66% 0.59% -
HSV(B) 72.7º 0.62% 0.86% -
XYZ 48.64 62.89 17.76 -
YUV 195.71 64.39 124.64 -
System Red Green Blue C M Y K H S L
Decimal 191 220 83 0.13 0 0.62 0.14 72.7 0.66 0.59
Hex BF DC 53 D 0 3E E 49 42 3B
Octal 277 334 123 15 0 76 16 111 102 73
Binary 10111111 11011100 1010011 1101 0 111110 1110 1001001 1000010 111011

Color Harmonies of #BFDC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDC53

Black with #BFDC53

Text Example


Text Example

White with #BFDC53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDC53; }

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

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

background-color css

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

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

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

border-color css

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

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

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