Html Css Color HEX #3DBC53 Fruit Salad

📋 copy color: '#3DBC53'

red 61 ◦ green 188 ◦ blue 83

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

Shades of Fruit Salad #3DBC53

Tints of Fruit Salad #3DBC53

RGB

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

 GREEN value IS 188 (73.83% from 255) = 56.63%

 BLUE value IS 83 (32.81% from 255) = 25%

R = 18.37%
G = 56.63%
B = 25%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#3DBC53 (or 0x3DBC53) is known color: Fruit Salad. HEX triplet: 3D, BC and 53. RGB value is (61,188,83). Sum of RGB (Red+Green+Blue) = 61+188+83=332 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.37% from 332); Green value is 188 (73.83% from 255 or 56.63% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 188 - color contains mainly: green. Hex color #3DBC53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DBC53 is #C243AC. Grayscale: #8A8A8A. Windows color (decimal): -12731309 or 5487677. OLE color: 5487677.

HSL color Cylindrical-coordinate representation of color #3DBC53: hue angle of 130.39º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DBC53 is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB 61 188 83 -
CMYK 0.68 0 0.56 0.26
HSL 130.39º 0.51% 0.49% -
HSV(B) 130.39º 0.68% 0.74% -
XYZ 21.47 37.58 14.31 -
YUV 138.06 96.92 73.04 -
System Red Green Blue C M Y K H S L
Decimal 61 188 83 0.68 0 0.56 0.26 130.39 0.51 0.49
Hex 3D BC 53 44 0 38 1A 82 33 31
Octal 75 274 123 104 0 70 32 202 63 61
Binary 111101 10111100 1010011 1000100 0 111000 11010 10000010 110011 110001

Color Harmonies of #3DBC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DBC53

Black with #3DBC53

Text Example


Text Example

White with #3DBC53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,188,83); }

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

background-color css

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

 a { background-color: rgb(61,188,83); }

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

border-color css

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

 span { border-color: rgb(61,188,83); }

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