Html Css Color HEX #3DB13E Fruit Salad

📋 copy color: '#3DB13E'

red 61 ◦ green 177 ◦ blue 62

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

Shades of Fruit Salad #3DB13E

Tints of Fruit Salad #3DB13E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 59%

 BLUE value IS 62 (24.61% from 255) = 20.67%

R = 20.33%
G = 59%
B = 20.67%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#3DB13E (or 0x3DB13E) is known color: Fruit Salad. HEX triplet: 3D, B1 and 3E. RGB value is (61,177,62). Sum of RGB (Red+Green+Blue) = 61+177+62=300 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.33% from 300); Green value is 177 (69.53% from 255 or 59% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 177 - color contains mainly: green. Hex color #3DB13E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DB13E is #C24EC1. Grayscale: #818181. Windows color (decimal): -12734146 or 4108605. OLE color: 4108605.

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

Color convert

RGB 61 177 62 -
CMYK 0.66 0 0.65 0.31
HSL 120.52º 0.49% 0.47% -
HSV(B) 120.52º 0.66% 0.69% -
XYZ 18.52 32.78 9.91 -
YUV 129.21 90.07 79.35 -
System Red Green Blue C M Y K H S L
Decimal 61 177 62 0.66 0 0.65 0.31 120.52 0.49 0.47
Hex 3D B1 3E 42 0 41 1F 79 31 2F
Octal 75 261 76 102 0 101 37 171 61 57
Binary 111101 10110001 111110 1000010 0 1000001 11111 1111001 110001 101111

Color Harmonies of #3DB13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB13E

Black with #3DB13E

Text Example


Text Example

White with #3DB13E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,177,62); }

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

background-color css

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

 a { background-color: rgb(61,177,62); }

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

border-color css

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

 span { border-color: rgb(61,177,62); }

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