Html Css Color HEX #3DB74C Fruit Salad

📋 copy color: '#3DB74C'

red 61 ◦ green 183 ◦ blue 76

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

Shades of Fruit Salad #3DB74C

Tints of Fruit Salad #3DB74C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.75%

R = 19.06%
G = 57.19%
B = 23.75%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#3DB74C (or 0x3DB74C) is known color: Fruit Salad. HEX triplet: 3D, B7 and 4C. RGB value is (61,183,76). Sum of RGB (Red+Green+Blue) = 61+183+76=320 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.06% from 320); Green value is 183 (71.88% from 255 or 57.19% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 183 - color contains mainly: green. Hex color #3DB74C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB74C is #C248B3. Grayscale: #868686. Windows color (decimal): -12732596 or 5027645. OLE color: 5027645.

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

Color convert

RGB 61 183 76 -
CMYK 0.67 0 0.58 0.28
HSL 127.38º 0.5% 0.48% -
HSV(B) 127.38º 0.67% 0.72% -
XYZ 20.16 35.38 12.6 -
YUV 134.32 95.08 75.7 -
System Red Green Blue C M Y K H S L
Decimal 61 183 76 0.67 0 0.58 0.28 127.38 0.5 0.48
Hex 3D B7 4C 43 0 3A 1C 7F 32 30
Octal 75 267 114 103 0 72 34 177 62 60
Binary 111101 10110111 1001100 1000011 0 111010 11100 1111111 110010 110000

Color Harmonies of #3DB74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB74C

Black with #3DB74C

Text Example


Text Example

White with #3DB74C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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