Html Css Color HEX #3DB952 Fruit Salad

📋 copy color: '#3DB952'

red 61 ◦ green 185 ◦ blue 82

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

Shades of Fruit Salad #3DB952

Tints of Fruit Salad #3DB952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25%

R = 18.6%
G = 56.4%
B = 25%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#3DB952 (or 0x3DB952) is known color: Fruit Salad. HEX triplet: 3D, B9 and 52. RGB value is (61,185,82). Sum of RGB (Red+Green+Blue) = 61+185+82=328 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.60% from 328); Green value is 185 (72.66% from 255 or 56.40% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 185 - color contains mainly: green. Hex color #3DB952 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB952 is #C246AD. Grayscale: #888888. Windows color (decimal): -12732078 or 5421373. OLE color: 5421373.

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

Color convert

RGB 61 185 82 -
CMYK 0.67 0 0.56 0.27
HSL 130.16º 0.5% 0.48% -
HSV(B) 130.16º 0.67% 0.73% -
XYZ 20.8 36.3 13.89 -
YUV 136.18 97.42 74.38 -
System Red Green Blue C M Y K H S L
Decimal 61 185 82 0.67 0 0.56 0.27 130.16 0.5 0.48
Hex 3D B9 52 43 0 38 1B 82 32 30
Octal 75 271 122 103 0 70 33 202 62 60
Binary 111101 10111001 1010010 1000011 0 111000 11011 10000010 110010 110000

Color Harmonies of #3DB952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB952

Black with #3DB952

Text Example


Text Example

White with #3DB952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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