Html Css Color HEX #3DB850 Fruit Salad

📋 copy color: '#3DB850'

red 61 ◦ green 184 ◦ blue 80

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

Shades of Fruit Salad #3DB850

Tints of Fruit Salad #3DB850

RGB

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

 GREEN value IS 184 (72.27% from 255) = 56.62%

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

R = 18.77%
G = 56.62%
B = 24.62%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#3DB850 (or 0x3DB850) is known color: Fruit Salad. HEX triplet: 3D, B8 and 50. RGB value is (61,184,80). Sum of RGB (Red+Green+Blue) = 61+184+80=325 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.77% from 325); Green value is 184 (72.27% from 255 or 56.62% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 184 - color contains mainly: green. Hex color #3DB850 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB850 is #C247AF. Grayscale: #878787. Windows color (decimal): -12732336 or 5290045. OLE color: 5290045.

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

Color convert

RGB 61 184 80 -
CMYK 0.67 0 0.57 0.28
HSL 129.27º 0.5% 0.48% -
HSV(B) 129.27º 0.67% 0.72% -
XYZ 20.51 35.85 13.43 -
YUV 135.37 96.75 74.96 -
System Red Green Blue C M Y K H S L
Decimal 61 184 80 0.67 0 0.57 0.28 129.27 0.5 0.48
Hex 3D B8 50 43 0 39 1C 81 32 30
Octal 75 270 120 103 0 71 34 201 62 60
Binary 111101 10111000 1010000 1000011 0 111001 11100 10000001 110010 110000

Color Harmonies of #3DB850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB850

Black with #3DB850

Text Example


Text Example

White with #3DB850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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