Html Css Color HEX #3DB84A Fruit Salad

📋 copy color: '#3DB84A'

red 61 ◦ green 184 ◦ blue 74

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

Shades of Fruit Salad #3DB84A

Tints of Fruit Salad #3DB84A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 57.68%

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

R = 19.12%
G = 57.68%
B = 23.2%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#3DB84A (or 0x3DB84A) is known color: Fruit Salad. HEX triplet: 3D, B8 and 4A. RGB value is (61,184,74). Sum of RGB (Red+Green+Blue) = 61+184+74=319 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.12% from 319); Green value is 184 (72.27% from 255 or 57.68% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 184 - color contains mainly: green. Hex color #3DB84A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB84A is #C247B5. Grayscale: #878787. Windows color (decimal): -12732342 or 4896829. OLE color: 4896829.

HSL color Cylindrical-coordinate representation of color #3DB84A: hue angle of 126.34º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DB84A is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 61 184 74 -
CMYK 0.67 0 0.60 0.28
HSL 126.34º 0.5% 0.48% -
HSV(B) 126.34º 0.67% 0.72% -
XYZ 20.3 35.77 12.31 -
YUV 134.68 93.75 75.44 -
System Red Green Blue C M Y K H S L
Decimal 61 184 74 0.67 0 0.60 0.28 126.34 0.5 0.48
Hex 3D B8 4A 43 0 3C 1C 7E 32 30
Octal 75 270 112 103 0 74 34 176 62 60
Binary 111101 10111000 1001010 1000011 0 111100 11100 1111110 110010 110000

Color Harmonies of #3DB84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB84A

Black with #3DB84A

Text Example


Text Example

White with #3DB84A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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