Html Css Color HEX #3DB44A Fruit Salad

📋 copy color: '#3DB44A'

red 61 ◦ green 180 ◦ blue 74

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

Shades of Fruit Salad #3DB44A

Tints of Fruit Salad #3DB44A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 57.14%

 BLUE value IS 74 (29.3% from 255) = 23.49%

R = 19.37%
G = 57.14%
B = 23.49%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#3DB44A (or 0x3DB44A) is known color: Fruit Salad. HEX triplet: 3D, B4 and 4A. RGB value is (61,180,74). Sum of RGB (Red+Green+Blue) = 61+180+74=315 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.37% from 315); Green value is 180 (70.70% from 255 or 57.14% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 180 - color contains mainly: green. Hex color #3DB44A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB44A is #C24BB5. Grayscale: #848484. Windows color (decimal): -12733366 or 4895805. OLE color: 4895805.

HSL color Cylindrical-coordinate representation of color #3DB44A: hue angle of 126.55º degrees, saturation: 0.49, 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 #3DB44A is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 61 180 74 -
CMYK 0.66 0 0.59 0.29
HSL 126.55º 0.49% 0.47% -
HSV(B) 126.55º 0.66% 0.71% -
XYZ 19.48 34.13 12.04 -
YUV 132.34 95.08 77.12 -
System Red Green Blue C M Y K H S L
Decimal 61 180 74 0.66 0 0.59 0.29 126.55 0.49 0.47
Hex 3D B4 4A 42 0 3B 1D 7F 31 2F
Octal 75 264 112 102 0 73 35 177 61 57
Binary 111101 10110100 1001010 1000010 0 111011 11101 1111111 110001 101111

Color Harmonies of #3DB44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB44A

Black with #3DB44A

Text Example


Text Example

White with #3DB44A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,180,74); }

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

background-color css

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

 a { background-color: rgb(61,180,74); }

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

border-color css

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

 span { border-color: rgb(61,180,74); }

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