Html Css Color HEX #3DB04E Fruit Salad

📋 copy color: '#3DB04E'

red 61 ◦ green 176 ◦ blue 78

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

Shades of Fruit Salad #3DB04E

Tints of Fruit Salad #3DB04E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 55.87%

 BLUE value IS 78 (30.86% from 255) = 24.76%

R = 19.37%
G = 55.87%
B = 24.76%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#3DB04E (or 0x3DB04E) is known color: Fruit Salad. HEX triplet: 3D, B0 and 4E. RGB value is (61,176,78). Sum of RGB (Red+Green+Blue) = 61+176+78=315 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.37% from 315); Green value is 176 (69.14% from 255 or 55.87% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 176 - color contains mainly: green. Hex color #3DB04E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DB04E is #C24FB1. Grayscale: #828282. Windows color (decimal): -12734386 or 5156925. OLE color: 5156925.

HSL color Cylindrical-coordinate representation of color #3DB04E: hue angle of 128.87º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DB04E is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 61 176 78 -
CMYK 0.65 0 0.56 0.31
HSL 128.87º 0.49% 0.46% -
HSV(B) 128.87º 0.65% 0.69% -
XYZ 18.82 32.59 12.51 -
YUV 130.44 98.4 78.47 -
System Red Green Blue C M Y K H S L
Decimal 61 176 78 0.65 0 0.56 0.31 128.87 0.49 0.46
Hex 3D B0 4E 41 0 38 1F 81 31 2E
Octal 75 260 116 101 0 70 37 201 61 56
Binary 111101 10110000 1001110 1000001 0 111000 11111 10000001 110001 101110

Color Harmonies of #3DB04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB04E

Black with #3DB04E

Text Example


Text Example

White with #3DB04E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,176,78); }

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

background-color css

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

 a { background-color: rgb(61,176,78); }

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

border-color css

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

 span { border-color: rgb(61,176,78); }

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