Html Css Color HEX #3DB148 Fruit Salad

📋 copy color: '#3DB148'

red 61 ◦ green 177 ◦ blue 72

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

Shades of Fruit Salad #3DB148

Tints of Fruit Salad #3DB148

RGB

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

 GREEN value IS 177 (69.53% from 255) = 57.1%

 BLUE value IS 72 (28.52% from 255) = 23.23%

R = 19.68%
G = 57.1%
B = 23.23%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#3DB148 (or 0x3DB148) is known color: Fruit Salad. HEX triplet: 3D, B1 and 48. RGB value is (61,177,72). Sum of RGB (Red+Green+Blue) = 61+177+72=310 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.68% from 310); Green value is 177 (69.53% from 255 or 57.10% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 177 - color contains mainly: green. Hex color #3DB148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DB148 is #C24EB7. Grayscale: #828282. Windows color (decimal): -12734136 or 4763965. OLE color: 4763965.

HSL color Cylindrical-coordinate representation of color #3DB148: hue angle of 125.69º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB148 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 61 177 72 -
CMYK 0.66 0 0.59 0.31
HSL 125.69º 0.49% 0.47% -
HSV(B) 125.69º 0.66% 0.69% -
XYZ 18.82 32.9 11.49 -
YUV 130.35 95.07 78.54 -
System Red Green Blue C M Y K H S L
Decimal 61 177 72 0.66 0 0.59 0.31 125.69 0.49 0.47
Hex 3D B1 48 42 0 3B 1F 7E 31 2F
Octal 75 261 110 102 0 73 37 176 61 57
Binary 111101 10110001 1001000 1000010 0 111011 11111 1111110 110001 101111

Color Harmonies of #3DB148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB148

Black with #3DB148

Text Example


Text Example

White with #3DB148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,177,72); }

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

background-color css

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

 a { background-color: rgb(61,177,72); }

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

border-color css

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

 span { border-color: rgb(61,177,72); }

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