Html Css Color HEX #BFD375 Deco

📋 copy color: '#BFD375'

red 191 ◦ green 211 ◦ blue 117

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

Shades of Deco #BFD375

Tints of Deco #BFD375

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.66%

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

R = 36.8%
G = 40.66%
B = 22.54%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#BFD375 (or 0xBFD375) is known color: Deco. HEX triplet: BF, D3 and 75. RGB value is (191,211,117). Sum of RGB (Red+Green+Blue) = 191+211+117=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 211 (82.81% from 255 or 40.66% from 519); Blue value is 117 (46.09% from 255 or 22.54% from 519); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD375 is #402C8A. Grayscale: #C2C2C2. Windows color (decimal): -4205707 or 7721919. OLE color: 7721919.

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

Color convert

RGB 191 211 117 -
CMYK 0.09 0 0.45 0.17
HSL 72.77º 0.52% 0.64% -
HSV(B) 72.77º 0.45% 0.83% -
XYZ 47.99 58.95 25.68 -
YUV 194.3 84.37 125.64 -
System Red Green Blue C M Y K H S L
Decimal 191 211 117 0.09 0 0.45 0.17 72.77 0.52 0.64
Hex BF D3 75 9 0 2D 11 49 34 40
Octal 277 323 165 11 0 55 21 111 64 100
Binary 10111111 11010011 1110101 1001 0 101101 10001 1001001 110100 1000000

Color Harmonies of #BFD375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD375

Black with #BFD375

Text Example


Text Example

White with #BFD375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD375; }

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

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

background-color css

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

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

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

border-color css

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

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

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