Html Css Color HEX #BFD478 Deco

📋 copy color: '#BFD478'

red 191 ◦ green 212 ◦ blue 120

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

Shades of Deco #BFD478

Tints of Deco #BFD478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.94%

R = 36.52%
G = 40.54%
B = 22.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#BFD478 (or 0xBFD478) is known color: Deco. HEX triplet: BF, D4 and 78. RGB value is (191,212,120). Sum of RGB (Red+Green+Blue) = 191+212+120=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 212 (83.20% from 255 or 40.54% from 523); Blue value is 120 (47.27% from 255 or 22.94% from 523); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD478 is #402B87. Grayscale: #C3C3C3. Windows color (decimal): -4205448 or 7918783. OLE color: 7918783.

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

Color convert

RGB 191 212 120 -
CMYK 0.10 0 0.43 0.17
HSL 73.7º 0.52% 0.65% -
HSV(B) 73.7º 0.43% 0.83% -
XYZ 48.42 59.52 26.71 -
YUV 195.23 85.54 124.98 -
System Red Green Blue C M Y K H S L
Decimal 191 212 120 0.10 0 0.43 0.17 73.7 0.52 0.65
Hex BF D4 78 A 0 2B 11 4A 34 41
Octal 277 324 170 12 0 53 21 112 64 101
Binary 10111111 11010100 1111000 1010 0 101011 10001 1001010 110100 1000001

Color Harmonies of #BFD478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD478

Black with #BFD478

Text Example


Text Example

White with #BFD478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD478; }

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

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

background-color css

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

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

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

border-color css

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

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

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