Html Css Color HEX #3DB547 Fruit Salad

📋 copy color: '#3DB547'

red 61 ◦ green 181 ◦ blue 71

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

Shades of Fruit Salad #3DB547

Tints of Fruit Salad #3DB547

RGB

 RED value IS 61 (24.22% from 255) = 19.49%

 GREEN value IS 181 (71.09% from 255) = 57.83%

 BLUE value IS 71 (28.13% from 255) = 22.68%

R = 19.49%
G = 57.83%
B = 22.68%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#3DB547 (or 0x3DB547) is known color: Fruit Salad. HEX triplet: 3D, B5 and 47. RGB value is (61,181,71). Sum of RGB (Red+Green+Blue) = 61+181+71=313 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.49% from 313); Green value is 181 (71.09% from 255 or 57.83% from 313); Blue value is 71 (28.12% from 255 or 22.68% from 313); Max value from RGB is 181 - color contains mainly: green. Hex color #3DB547 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB547 is #C24AB8. Grayscale: #848484. Windows color (decimal): -12733113 or 4699453. OLE color: 4699453.

HSL color Cylindrical-coordinate representation of color #3DB547: hue angle of 125º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB547 is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 61 181 71 -
CMYK 0.66 0 0.61 0.29
HSL 125º 0.5% 0.47% -
HSV(B) 125º 0.66% 0.71% -
XYZ 19.59 34.49 11.59 -
YUV 132.58 93.24 76.94 -
System Red Green Blue C M Y K H S L
Decimal 61 181 71 0.66 0 0.61 0.29 125 0.5 0.47
Hex 3D B5 47 42 0 3D 1D 7D 32 2F
Octal 75 265 107 102 0 75 35 175 62 57
Binary 111101 10110101 1000111 1000010 0 111101 11101 1111101 110010 101111

Color Harmonies of #3DB547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB547

Black with #3DB547

Text Example


Text Example

White with #3DB547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3DB547; }

 p { color: rgb(61,181,71); }

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

background-color css

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

 a { background-color: rgb(61,181,71); }

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

border-color css

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

 span { border-color: rgb(61,181,71); }

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