Html Css Color HEX #3DBA53 Fruit Salad

📋 copy color: '#3DBA53'

red 61 ◦ green 186 ◦ blue 83

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

Shades of Fruit Salad #3DBA53

Tints of Fruit Salad #3DBA53

RGB

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

 GREEN value IS 186 (73.05% from 255) = 56.36%

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

R = 18.48%
G = 56.36%
B = 25.15%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#3DBA53 (or 0x3DBA53) is known color: Fruit Salad. HEX triplet: 3D, BA and 53. RGB value is (61,186,83). Sum of RGB (Red+Green+Blue) = 61+186+83=330 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.48% from 330); Green value is 186 (73.05% from 255 or 56.36% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 186 - color contains mainly: green. Hex color #3DBA53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DBA53 is #C245AC. Grayscale: #898989. Windows color (decimal): -12731821 or 5487165. OLE color: 5487165.

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

Color convert

RGB 61 186 83 -
CMYK 0.67 0 0.55 0.27
HSL 130.56º 0.51% 0.48% -
HSV(B) 130.56º 0.67% 0.73% -
XYZ 21.04 36.73 14.16 -
YUV 136.88 97.59 73.88 -
System Red Green Blue C M Y K H S L
Decimal 61 186 83 0.67 0 0.55 0.27 130.56 0.51 0.48
Hex 3D BA 53 43 0 37 1B 83 33 30
Octal 75 272 123 103 0 67 33 203 63 60
Binary 111101 10111010 1010011 1000011 0 110111 11011 10000011 110011 110000

Color Harmonies of #3DBA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DBA53

Black with #3DBA53

Text Example


Text Example

White with #3DBA53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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