Html Css Color HEX #BFD47D Deco

📋 copy color: '#BFD47D'

red 191 ◦ green 212 ◦ blue 125

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

Shades of Deco #BFD47D

Tints of Deco #BFD47D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.67%

R = 36.17%
G = 40.15%
B = 23.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#BFD47D (or 0xBFD47D) is known color: Deco. HEX triplet: BF, D4 and 7D. RGB value is (191,212,125). Sum of RGB (Red+Green+Blue) = 191+212+125=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 212 (83.20% from 255 or 40.15% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD47D is #402B82. Grayscale: #C4C4C4. Windows color (decimal): -4205443 or 8246463. OLE color: 8246463.

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

Color convert

RGB 191 212 125 -
CMYK 0.10 0 0.41 0.17
HSL 74.48º 0.5% 0.66% -
HSV(B) 74.48º 0.41% 0.83% -
XYZ 48.73 59.64 28.35 -
YUV 195.8 88.04 124.57 -
System Red Green Blue C M Y K H S L
Decimal 191 212 125 0.10 0 0.41 0.17 74.48 0.5 0.66
Hex BF D4 7D A 0 29 11 4A 32 42
Octal 277 324 175 12 0 51 21 112 62 102
Binary 10111111 11010100 1111101 1010 0 101001 10001 1001010 110010 1000010

Color Harmonies of #BFD47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD47D

Black with #BFD47D

Text Example


Text Example

White with #BFD47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD47D; }

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

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

background-color css

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

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

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

border-color css

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

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

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