Html Css Color HEX #BFD475 Deco

📋 copy color: '#BFD475'

red 191 ◦ green 212 ◦ blue 117

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

Shades of Deco #BFD475

Tints of Deco #BFD475

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.77%

 BLUE value IS 117 (46.09% from 255) = 22.5%

R = 36.73%
G = 40.77%
B = 22.5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#BFD475 (or 0xBFD475) is known color: Deco. HEX triplet: BF, D4 and 75. RGB value is (191,212,117). Sum of RGB (Red+Green+Blue) = 191+212+117=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 212 (83.20% from 255 or 40.77% from 520); Blue value is 117 (46.09% from 255 or 22.5% from 520); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD475 is #402B8A. Grayscale: #C3C3C3. Windows color (decimal): -4205451 or 7722175. OLE color: 7722175.

HSL color Cylindrical-coordinate representation of color #BFD475: hue angle of 73.26º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFD475 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 191 212 117 -
CMYK 0.10 0 0.45 0.17
HSL 73.26º 0.52% 0.65% -
HSV(B) 73.26º 0.45% 0.83% -
XYZ 48.24 59.45 25.76 -
YUV 194.89 84.04 125.22 -
System Red Green Blue C M Y K H S L
Decimal 191 212 117 0.10 0 0.45 0.17 73.26 0.52 0.65
Hex BF D4 75 A 0 2D 11 49 34 41
Octal 277 324 165 12 0 55 21 111 64 101
Binary 10111111 11010100 1110101 1010 0 101101 10001 1001001 110100 1000001

Color Harmonies of #BFD475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD475

Black with #BFD475

Text Example


Text Example

White with #BFD475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD475; }

 p { color: rgb(191,212,117); }

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

background-color css

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

 a { background-color: rgb(191,212,117); }

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

border-color css

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

 span { border-color: rgb(191,212,117); }

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