Html Css Color HEX #3DB74A Fruit Salad

📋 copy color: '#3DB74A'

red 61 ◦ green 183 ◦ blue 74

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

Shades of Fruit Salad #3DB74A

Tints of Fruit Salad #3DB74A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 57.55%

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

R = 19.18%
G = 57.55%
B = 23.27%

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

#3DB74A (or 0x3DB74A) is known color: Fruit Salad. HEX triplet: 3D, B7 and 4A. RGB value is (61,183,74). Sum of RGB (Red+Green+Blue) = 61+183+74=318 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.18% from 318); Green value is 183 (71.88% from 255 or 57.55% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 183 - color contains mainly: green. Hex color #3DB74A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB74A is #C248B5. Grayscale: #868686. Windows color (decimal): -12732598 or 4896573. OLE color: 4896573.

HSL color Cylindrical-coordinate representation of color #3DB74A: hue angle of 126.39º 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 #3DB74A is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 61 183 74 -
CMYK 0.67 0 0.60 0.28
HSL 126.39º 0.5% 0.48% -
HSV(B) 126.39º 0.67% 0.72% -
XYZ 20.09 35.35 12.24 -
YUV 134.1 94.08 75.86 -
System Red Green Blue C M Y K H S L
Decimal 61 183 74 0.67 0 0.60 0.28 126.39 0.5 0.48
Hex 3D B7 4A 43 0 3C 1C 7E 32 30
Octal 75 267 112 103 0 74 34 176 62 60
Binary 111101 10110111 1001010 1000011 0 111100 11100 1111110 110010 110000

Color Harmonies of #3DB74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB74A

Black with #3DB74A

Text Example


Text Example

White with #3DB74A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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