Html Css Color HEX #3DB742 Fruit Salad

📋 copy color: '#3DB742'

red 61 ◦ green 183 ◦ blue 66

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

Shades of Fruit Salad #3DB742

Tints of Fruit Salad #3DB742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.29%

R = 19.68%
G = 59.03%
B = 21.29%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#3DB742 (or 0x3DB742) is known color: Fruit Salad. HEX triplet: 3D, B7 and 42. RGB value is (61,183,66). Sum of RGB (Red+Green+Blue) = 61+183+66=310 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.68% from 310); Green value is 183 (71.88% from 255 or 59.03% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 183 - color contains mainly: green. Hex color #3DB742 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB742 is #C248BD. Grayscale: #858585. Windows color (decimal): -12732606 or 4372285. OLE color: 4372285.

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

Color convert

RGB 61 183 66 -
CMYK 0.67 0 0.64 0.28
HSL 122.46º 0.5% 0.48% -
HSV(B) 122.46º 0.67% 0.72% -
XYZ 19.84 35.25 10.91 -
YUV 133.18 90.08 76.51 -
System Red Green Blue C M Y K H S L
Decimal 61 183 66 0.67 0 0.64 0.28 122.46 0.5 0.48
Hex 3D B7 42 43 0 40 1C 7A 32 30
Octal 75 267 102 103 0 100 34 172 62 60
Binary 111101 10110111 1000010 1000011 0 1000000 11100 1111010 110010 110000

Color Harmonies of #3DB742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB742

Black with #3DB742

Text Example


Text Example

White with #3DB742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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