Html Css Color HEX #3DB950 Fruit Salad

📋 copy color: '#3DB950'

red 61 ◦ green 185 ◦ blue 80

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

Shades of Fruit Salad #3DB950

Tints of Fruit Salad #3DB950

RGB

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

 GREEN value IS 185 (72.66% from 255) = 56.75%

 BLUE value IS 80 (31.64% from 255) = 24.54%

R = 18.71%
G = 56.75%
B = 24.54%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#3DB950 (or 0x3DB950) is known color: Fruit Salad. HEX triplet: 3D, B9 and 50. RGB value is (61,185,80). Sum of RGB (Red+Green+Blue) = 61+185+80=326 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.71% from 326); Green value is 185 (72.66% from 255 or 56.75% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 185 - color contains mainly: green. Hex color #3DB950 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB950 is #C246AF. Grayscale: #888888. Windows color (decimal): -12732080 or 5290301. OLE color: 5290301.

HSL color Cylindrical-coordinate representation of color #3DB950: hue angle of 129.19º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DB950 is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 61 185 80 -
CMYK 0.67 0 0.57 0.27
HSL 129.19º 0.5% 0.48% -
HSV(B) 129.19º 0.67% 0.73% -
XYZ 20.72 36.27 13.5 -
YUV 135.95 96.42 74.54 -
System Red Green Blue C M Y K H S L
Decimal 61 185 80 0.67 0 0.57 0.27 129.19 0.5 0.48
Hex 3D B9 50 43 0 39 1B 81 32 30
Octal 75 271 120 103 0 71 33 201 62 60
Binary 111101 10111001 1010000 1000011 0 111001 11011 10000001 110010 110000

Color Harmonies of #3DB950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB950

Black with #3DB950

Text Example


Text Example

White with #3DB950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,185,80); }

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

background-color css

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

 a { background-color: rgb(61,185,80); }

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

border-color css

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

 span { border-color: rgb(61,185,80); }

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