Html Css Color HEX #3DC052 Fruit Salad

📋 copy color: '#3DC052'

red 61 ◦ green 192 ◦ blue 82

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

Shades of Fruit Salad #3DC052

Tints of Fruit Salad #3DC052

RGB

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

 GREEN value IS 192 (75.39% from 255) = 57.31%

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

R = 18.21%
G = 57.31%
B = 24.48%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#3DC052 (or 0x3DC052) is known color: Fruit Salad. HEX triplet: 3D, C0 and 52. RGB value is (61,192,82). Sum of RGB (Red+Green+Blue) = 61+192+82=335 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.21% from 335); Green value is 192 (75.39% from 255 or 57.31% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 192 - color contains mainly: green. Hex color #3DC052 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC052 is #C23FAD. Grayscale: #8C8C8C. Windows color (decimal): -12730286 or 5423165. OLE color: 5423165.

HSL color Cylindrical-coordinate representation of color #3DC052: hue angle of 129.62º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DC052 is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 61 192 82 -
CMYK 0.68 0 0.57 0.25
HSL 129.62º 0.52% 0.5% -
HSV(B) 129.62º 0.68% 0.75% -
XYZ 22.3 39.3 14.39 -
YUV 140.29 95.1 71.44 -
System Red Green Blue C M Y K H S L
Decimal 61 192 82 0.68 0 0.57 0.25 129.62 0.52 0.5
Hex 3D C0 52 44 0 39 19 82 34 32
Octal 75 300 122 104 0 71 31 202 64 62
Binary 111101 11000000 1010010 1000100 0 111001 11001 10000010 110100 110010

Color Harmonies of #3DC052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC052

Black with #3DC052

Text Example


Text Example

White with #3DC052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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