Html Css Color HEX #3DC452 Fruit Salad

📋 copy color: '#3DC452'

red 61 ◦ green 196 ◦ blue 82

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

Shades of Fruit Salad #3DC452

Tints of Fruit Salad #3DC452

RGB

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

 GREEN value IS 196 (76.95% from 255) = 57.82%

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

R = 17.99%
G = 57.82%
B = 24.19%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#3DC452 (or 0x3DC452) is known color: Fruit Salad. HEX triplet: 3D, C4 and 52. RGB value is (61,196,82). Sum of RGB (Red+Green+Blue) = 61+196+82=339 (44% of max value = 765). Red value is 61 (24.22% from 255 or 17.99% from 339); Green value is 196 (76.95% from 255 or 57.82% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 196 - color contains mainly: green. Hex color #3DC452 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC452 is #C23BAD. Grayscale: #8E8E8E. Windows color (decimal): -12729262 or 5424189. OLE color: 5424189.

HSL color Cylindrical-coordinate representation of color #3DC452: hue angle of 129.33º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC452 is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 61 196 82 -
CMYK 0.69 0 0.58 0.23
HSL 129.33º 0.53% 0.5% -
HSV(B) 129.33º 0.69% 0.77% -
XYZ 23.19 41.08 14.69 -
YUV 142.64 93.77 69.77 -
System Red Green Blue C M Y K H S L
Decimal 61 196 82 0.69 0 0.58 0.23 129.33 0.53 0.5
Hex 3D C4 52 45 0 3A 17 81 35 32
Octal 75 304 122 105 0 72 27 201 65 62
Binary 111101 11000100 1010010 1000101 0 111010 10111 10000001 110101 110010

Color Harmonies of #3DC452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC452

Black with #3DC452

Text Example


Text Example

White with #3DC452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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