Html Css Color HEX #3DB650 Fruit Salad

📋 copy color: '#3DB650'

red 61 ◦ green 182 ◦ blue 80

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

Shades of Fruit Salad #3DB650

Tints of Fruit Salad #3DB650

RGB

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

 GREEN value IS 182 (71.48% from 255) = 56.35%

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

R = 18.89%
G = 56.35%
B = 24.77%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#3DB650 (or 0x3DB650) is known color: Fruit Salad. HEX triplet: 3D, B6 and 50. RGB value is (61,182,80). Sum of RGB (Red+Green+Blue) = 61+182+80=323 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.89% from 323); Green value is 182 (71.48% from 255 or 56.35% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 182 - color contains mainly: green. Hex color #3DB650 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB650 is #C249AF. Grayscale: #868686. Windows color (decimal): -12732848 or 5289533. OLE color: 5289533.

HSL color Cylindrical-coordinate representation of color #3DB650: hue angle of 129.42º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB650 is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 61 182 80 -
CMYK 0.66 0 0.56 0.29
HSL 129.42º 0.5% 0.48% -
HSV(B) 129.42º 0.66% 0.71% -
XYZ 20.1 35.03 13.29 -
YUV 134.19 97.41 75.79 -
System Red Green Blue C M Y K H S L
Decimal 61 182 80 0.66 0 0.56 0.29 129.42 0.5 0.48
Hex 3D B6 50 42 0 38 1D 81 32 30
Octal 75 266 120 102 0 70 35 201 62 60
Binary 111101 10110110 1010000 1000010 0 111000 11101 10000001 110010 110000

Color Harmonies of #3DB650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB650

Black with #3DB650

Text Example


Text Example

White with #3DB650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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