Html Css Color HEX #BED47F Deco

📋 copy color: '#BED47F'

red 190 ◦ green 212 ◦ blue 127

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

Shades of Deco #BED47F

Tints of Deco #BED47F

RGB

 RED value IS 190 (74.61% from 255) = 35.92%

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

 BLUE value IS 127 (50% from 255) = 24.01%

R = 35.92%
G = 40.08%
B = 24.01%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#BED47F (or 0xBED47F) is known color: Deco. HEX triplet: BE, D4 and 7F. RGB value is (190,212,127). Sum of RGB (Red+Green+Blue) = 190+212+127=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 127 (50% from 255 or 24.01% from 529); Max value from RGB is 212 - color contains mainly: green. Hex color #BED47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED47F is #412B80. Grayscale: #C4C4C4. Windows color (decimal): -4270977 or 8377534. OLE color: 8377534.

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

Color convert

RGB 190 212 127 -
CMYK 0.10 0 0.40 0.17
HSL 75.53º 0.5% 0.66% -
HSV(B) 75.53º 0.4% 0.83% -
XYZ 48.61 59.57 29.01 -
YUV 195.73 89.21 123.91 -
System Red Green Blue C M Y K H S L
Decimal 190 212 127 0.10 0 0.40 0.17 75.53 0.5 0.66
Hex BE D4 7F A 0 28 11 4C 32 42
Octal 276 324 177 12 0 50 21 114 62 102
Binary 10111110 11010100 1111111 1010 0 101000 10001 1001100 110010 1000010

Color Harmonies of #BED47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED47F

Black with #BED47F

Text Example


Text Example

White with #BED47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED47F; }

 p { color: rgb(190,212,127); }

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

background-color css

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

 a { background-color: rgb(190,212,127); }

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

border-color css

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

 span { border-color: rgb(190,212,127); }

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